Package: npm / 5.8.0+ds6-4+deb10u2
Metadata
Package | Version | Patches format |
---|---|---|
npm | 5.8.0+ds6-4+deb10u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
2001_unicode_in_md.patch | (download) |
doc/cli/npm-ls.md |
4 2 + 2 - 0 ! |
keep md files ascii It is simpler to generate documentation if only ascii is needed, otherwise `ronn` requires to install some UTF8 locale. |
2003_fix_doc.patch | (download) |
doc/files/npm-folders.md |
2 1 + 1 - 0 ! |
ruby-ronn does not handle h4 |
2004_remove_shebang.patch | (download) |
lib/utils/completion.sh |
1 0 + 1 - 0 ! |
remove shebang from completion script |
2005_index_build_dont_run_npm.patch | (download) |
scripts/doc-build.sh |
2 1 + 1 - 0 ! |
do not run cli.js as it depends on many packages. Get the version from package.json instead. |
2010_privacy_breach_travis.patch | (download) |
README.md |
2 1 + 1 - 0 ! |
remove remote image from readme.md to avoid privacy breach The README.md is converted to html and is part of the installed docs. |
2011_node gyp path.patch | (download) |
bin/node-gyp-bin/node-gyp |
2 1 + 1 - 0 ! |
use the debian packaged version of node-gyp instead of the convenience copy that was removed on repack. |
2012_marked_path.patch | (download) |
Makefile |
10 6 + 4 - 0 ! |
use debian packaged marked and marked-man to build documentation |
2013_make_clean_force.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
npm nows chokes on cache clean unless --force is added |
2014_remove_readable_stream.patch | (download) |
node_modules/npm-profile/package.json |
1 0 + 1 - 0 ! |
--- |
2015_use_system_libnpx_1.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
--- |
new lru cache.patch | (download) |
lib/fetch-package-metadata.js |
4 2 + 2 - 0 ! |
call new on lru-cache, it's a class |
CVE 2019 16775 bin links.diff | (download) |
node_modules/bin-links/index.js |
17 16 + 1 - 0 ! |
sanitize and validate bin and man link targets Part of CVE-2019-16776 fix |
CVE 2019 16775 npm packlist.diff | (download) |
node_modules/npm-packlist/index.js |
4 3 + 1 - 0 ! |
sanitize and normalize package bin field Part of CVE-2019-16776 fix |
CVE 2019 16775 pacote.diff | (download) |
node_modules/pacote/lib/fetchers/directory.js |
3 2 + 1 - 0 ! |
sanitize and normalize package bin field Part of CVE-2019-16776 fix |
CVE 2019 16775 add npm normalize package bin.diff | (download) |
node_modules/npm-normalize-package-bin/LICENSE |
15 15 + 0 - 0 ! |
add npm-normalize-package-bin package Needed to CVE-2019-16775 fix |
CVE 2020 15095.diff | (download) |
bin/npm-cli.js |
4 3 + 1 - 0 ! |
chore: remove auth info from logs |