Closed
Description
Per this post: https://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/
Node 0.12.13 is supposed to include the patched npm version 2.15.1.
$ nvm install 0.12.13
######################################################################## 100.0%
Now using node v0.12.13
$ node -v
v0.12.13
$ npm -v
2.15.0
We confirmed this by compiling from source as well. Are we missing something?
Referencing this PR for more context: #5967