copy-node-modules
copy-node-modules copied to clipboard
Fast deploy Node.js modules from local source folder to distination folder
To reproduce: ``` ~ $ mkdir tmp ~ $ cd tmp ~/tmp $ npm i --save [email protected] ~/tmp $ npm i --save-dev copy-node-modules ~/tmp $ npm ls @mongodb-js/saslprep tmp@ /home/mpsijm/tmp...
Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Hi, I'd like to report a low vulnerability caused by the yargs package not being updated. Here the details: 
Local repos installed with `npm i ` or linked with `npm link ` are not included in the target `node_modules`. I suggest to make a hard copy of the sym...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
It seems that only local node_modules are copied. I need to copy some subset of node_modules (even hoisted to the root of monorepo) before deploying AWS lambda to the cloud.
From the documentation: dstDir: destination directory to copy modules, the modules will copy to dstDir/node_modules directory. Should be possible to copy directly to dtsDir, without appending node_modules directory?
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...