Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
npm-version-download-stats
An utility to fetch npm stats form the "Versions" tab.
import getStats from 'npm-version-download-stats';
const stats = await getStats('express');
console.log(stats.length, stats.slice(0, 3));
/*
214 [
{ version: '5.0.0-alpha.8', downloads: 12150, time: 2020-03-26T00:57:02.755Z, tags: [ 'next' ] ,
{ version: '4.17.1', downloads: 17166, time: 2019-05-26T04:25:34.606Z, tags: [ 'latest' ] ,
{ version: '4.17.0', downloads: 26010, time: 2019-05-17T01:57:40.690Z, tags: [] ,
{ version: '5.0.0-alpha.7', downloads: 1297, time: 2018-10-27T03:12:11.060Z, tags: [] ,
{ version: '4.16.4', downloads: 749528, time: 2018-10-11T03:59:14.308Z, tags: [] }
]
*/
FAQs
Fetch download stats by version from npm registry.
The npm package nvds receives a total of 2 weekly downloads. As such, nvds popularity was classified as not popular.
We found that nvds demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.