Skip to content

Commit 226c75f

Browse files
committed
update npm leak post with links and note about v2.15.0
1 parent 2b4c582 commit 226c75f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

locale/en/blog/vulnerability/npm-tokens-leak-march-2016.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ Thanks to Mitar, Will White & the team at Mapbox, Max Motovilov, and James Taylo
2121

2222
As Node.js ships with npm, releases for the active lines will be made available shortly for your convenience. Please watch the [Node.js news feed](https://nodejs.org/en/blog/) for the following releases:
2323

24-
* **v0.10 (Maintenance)**: Node.js v0.10.44 will include npm LTS v2.15.1. This is a major upgrade of npm from v1 which has previously been deprecated. No fix is being made available for npm v1, please upgrade to npm v2 as soon as possible.
25-
* **v0.12 (LTS)**: Node.js v0.12.13 will include npm LTS v2.15.1.
26-
* **v4 (LTS "Argon")**: Node.js v4.4.2 will include npm LTS v2.15.1.
27-
* **v5 (Stable)**: Node.js v5.10.0 will include npm v3.8.3.
24+
* **v0.10 (Maintenance)**: [Node.js v0.10.44](http://nodejs.org/en/blog/release/v0.10.44/) includes npm LTS v2.15.1. This is a major upgrade of npm from v1 which has previously been deprecated. No fix is being made available for npm v1, please upgrade to npm v2 as soon as possible.
25+
* **v0.12 (LTS)**: [Node.js v0.12.13](http://nodejs.org/en/blog/release/v0.12.13/) includes npm LTS v2.15.1.
26+
* **v4 (LTS "Argon")**: [Node.js v4.4.2](http://nodejs.org/en/blog/release/v4.4.2/) includes npm LTS v2.15.1.
27+
* **v5 (Stable)**: [Node.js v5.10.0](http://nodejs.org/en/blog/release/v5.10.0/) includes npm v3.8.3.
28+
29+
**Update:** Unfortunately the version of npm that was bundled with Node.js version v0.10.44, v0.12.13 and v4.4.2 did not include the correct version string, `npm -v` reports `2.15.0`, however the code is v2.15.1.
2830

2931
**Note that you can upgrade your installed version of npm manually** without requiring a Node.js update by using the command `npm install npm@2 -g` for npm LTS v2.15.2 or `npm install npm@3 -g` for npm v3.8.5.

0 commit comments

Comments
 (0)