| Patch |
File delta |
Description |
| 2004_remove_shebang.patch | (download) |
lib/utils/completion.sh |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
remove shebang from completion script
|
| 2011_node gyp path.patch | (download) |
bin/node-gyp-bin/node-gyp |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
use the debian packaged version of node-gyp instead
|
| dont check for last version.patch | (download) |
lib/utils/update-notifier.js |
81 2 + 79 - 0 !
1 file changed, 2 insertions(+), 79 deletions(-) |
don't check for last version
|
| drop __proto__ in tests.patch | (download) |
node_modules/@colors/colors/lib/colors.js |
2 1 + 1 - 0 !
workspaces/arborist/test/fixtures/old-package-lock-with-bins/node_modules/ruy/dist/card.js |
2 1 + 1 - 0 !
workspaces/arborist/test/fixtures/old-package-lock-with-bins/node_modules/ruy/dist/node6-card.js |
2 1 + 1 - 0 !
workspaces/arborist/test/fixtures/reify-cases/old-package-lock-with-bins.js |
4 2 + 2 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-) |
drop __proto__ calls in tests
|
| fix for chalk 5.patch | (download) |
lib/npm.js |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fix for chalk 5
|
| fix for https proxy agent 7.patch | (download) |
node_modules/make-fetch-happen/lib/agent.js |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
fix for node-https-proxy-agent >= 7
|
| 6461.patch | (download) |
lib/utils/exit-handler.js |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
[patch] fix: exit code on workspace properly propagated in node v20
|
| 0008 Port to glob10.patch | (download) |
lib/commands/help-search.js |
2 1 + 1 - 0 !
lib/commands/help.js |
2 1 + 1 - 0 !
lib/utils/log-file.js |
2 1 + 1 - 0 !
node_modules/@npmcli/map-workspaces/lib/index.js |
4 2 + 2 - 0 !
node_modules/@npmcli/map-workspaces/package.json |
2 1 + 1 - 0 !
package.json |
2 1 + 1 - 0 !
test/lib/commands/help-search.js |
130 0 + 130 - 0 !
test/lib/commands/help.js |
351 0 + 351 - 0 !
test/lib/commands/run-script.js |
112 8 + 104 - 0 !
test/lib/npm.js |
58 0 + 58 - 0 !
test/lib/utils/log-file.js |
50 0 + 50 - 0 !
11 files changed, 15 insertions(+), 700 deletions(-) |
port to glob10
|
| 0009 Port to newer minipass.patch | (download) |
lib/commands/search.js |
2 1 + 1 - 0 !
lib/utils/format-search-stream.js |
2 1 + 1 - 0 !
lib/utils/log-file.js |
6 3 + 3 - 0 !
node_modules/fs-minipass/index.js |
138 80 + 58 - 0 !
node_modules/fs-minipass/node_modules/minipass/LICENSE |
15 0 + 15 - 0 !
node_modules/fs-minipass/node_modules/minipass/index.d.ts |
155 0 + 155 - 0 !
node_modules/fs-minipass/node_modules/minipass/index.js |
649 0 + 649 - 0 !
node_modules/fs-minipass/node_modules/minipass/package.json |
56 0 + 56 - 0 !
node_modules/make-fetch-happen/lib/cache/entry.js |
2 1 + 1 - 0 !
node_modules/make-fetch-happen/lib/remote.js |
2 1 + 1 - 0 !
node_modules/make-fetch-happen/package.json |
2 1 + 1 - 0 !
node_modules/npm-registry-fetch/lib/index.js |
2 1 + 1 - 0 !
node_modules/npm-registry-fetch/package.json |
2 1 + 1 - 0 !
node_modules/pacote/lib/dir.js |
2 1 + 1 - 0 !
node_modules/pacote/lib/fetcher.js |
2 1 + 1 - 0 !
node_modules/pacote/lib/git.js |
2 1 + 1 - 0 !
node_modules/pacote/lib/remote.js |
2 1 + 1 - 0 !
node_modules/pacote/package.json |
2 1 + 1 - 0 !
workspaces/libnpmorg/test/index.js |
2 1 + 1 - 0 !
19 files changed, 96 insertions(+), 949 deletions(-) |
port to newer minipass
|
| 0010 Fix arborist.patch | (download) |
test/lib/arborist-cmd.js |
6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-) |
fix arborist
|