modclean
modclean copied to clipboard
Remove unwanted files and directories from your node_modules folder
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
It looks as if you copied and pasted the default `emptyDirFilter` from [`empty-dir`'s own documentation](https://github.com/gulpjs/empty-dir/blob/45d1e0c/README.md#emptydirsyncpaths-filterfunction), which (at the time) was broken. A completely understandable error. I have [opened a PR](https://github.com/gulpjs/empty-dir/pull/9)...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Looks like v3-dev has been used for years with no major issues. Maybe it is time to cut a release?!
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
I'm trying to use this in a monorepo with symlinked packages. In my package.json I have my monorepo packages set with file: links. In node_modules these are symlinked to the...
I have been using Modclean `^3.0.0-beta.1` as part of a AWS Lambda packaging process to remove excess junk from the final .zip file prior to uploading to AWS for deployment....
If would be interesting to show the number of removed files by pattern. Some of the "safe" patterns aren't that safe, if from these proposed statistics I can see that...
If I call `modclean -t --patterns="default:*" -rPt` it will find some amount of files. However if I run `modclean --patterns="default:*" --additional-patterns="*.h,*.c,*.cpp,*.cc,*.hpp,*.gypi,*.mk,*.Makefile,*.a,*.o,**/node_modules/*/build" -rPt` no files at all will be found.