New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pkgstat-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgstat-cli - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

5

package.json
{
"name": "pkgstat-cli",
"version": "0.1.5",
"version": "0.1.6",
"description": "CLI tool for searching packages from npm,rubygems & pypi",

@@ -20,3 +20,4 @@ "files": [

"commander": "^2.9.0",
"pkgstat": "^1.1.4"
"execa": "^0.9.0",
"pkgstat": "^1.2.4"
},

@@ -23,0 +24,0 @@ "devDependencies": {

2

pkgstat.js

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

chalk.green('Description ') + chalk.bold(resp.description),
chalk.green('Total Downloads in Last 30 Days ' + chalk.bold(resp.totalDownloadsLastMonth || 'NA')),
chalk.green('URL ') + chalk.bold(resp.url),

@@ -34,2 +35,3 @@ chalk.green('Homepage ') + chalk.bold(resp.source),

]
console.log(output.join('\n'))

@@ -36,0 +38,0 @@ }

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