Starting today, users with Dependabot alerts enabled can see which of their repositories are impacted by a given vulnerability by navigating to its entry in the GitHub Advisory Database. This feature is available in public beta.
npm 7 is now Generally Available
The npm CLI version 7 is now Generally Available. Please note, npm 7 is now published as latest
to the npm registry and will be the default version installed when you run npm install --global npm
. If you want to install npm 6, please run npm install --global npm@6
.
For more details on npm 7, including breaking changes, check out our blog post.