Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

am-i-used

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

am-i-used - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -63,3 +63,3 @@ #!/usr/bin/env node

if(err) cb(err);
else cb(null, JSON.parse(res.text).downloads);
else cb(null, JSON.parse(res.text).downloads || 0);
});

@@ -66,0 +66,0 @@ }

{
"name": "am-i-used",
"bin": "index.js",
"version": "0.0.5",
"version": "0.0.6",
"description": "Checks the NPM API for the download counts for each of your projects in the last month and displays them.",

@@ -6,0 +6,0 @@ "scripts": {

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