Socket
Socket
Sign inDemoInstall

npm-api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-api - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

2

lib/plugins/downloads.js

@@ -55,5 +55,5 @@ /*!

return yield new Promise(function(resolve, reject) {
log('getting downloads for "' + self.name + '"');
utils.stats.get(start, end, self.name)
.on('data', function (data) {
log('received downloads for "' + data.day + '" (' + data.downloads + ')');
downloads.push(data);

@@ -60,0 +60,0 @@ })

{
"name": "npm-api",
"description": "Base class for retrieving data from the npm registry.",
"version": "0.4.5",
"version": "0.4.6",
"homepage": "https://github.com/doowb/npm-api",

@@ -6,0 +6,0 @@ "author": "Brian Woodward (https://github.com/doowb)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc