The npm blog has been discontinued.
Updates from the npm team are now published on the GitHub Blog and the GitHub Changelog.
Release v7.0.15
🎉 Happy Release/Recap Friday! We shipped two releases 🚀 this past week addressing even more user feedback & improving our test coverage.
You can get the latest npm
in the usual way:
npm install -g npm@7
7.0.15 (2020-11-27)
DEPENDENCIES
00e6028ef
@npmcli/arborist@1.0.13
- do not override user-defined shorthand values when saving
package.json
- do not override user-defined shorthand values when saving
BUG FIXES
9c3413fbc
#2034 #2245npm link <pkg>
should not savepackage.json
(@ruyadorno)
DOCUMENTATION
1875347f9
#2196 remove doc on obsoleteunsafe-perm
flag (@kaizhu256)f51e50603
#2200config.md
cleanup (@alexwoollam)997cbdb40
#2238 Fix broken link topackage.json
documentation (@d-fischer)9da972dc4
#2241npm star
docs cleanup (@ruyadorno)
7.0.14 (2020-11-23)
DEPENDENCIES
09d21ab90
@npmcli/run-script@1.8.1
- fix a regression in how scripts are escaped