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

npm-latest

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-latest - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

cli.js

20

package.json
{
"name": "npm-latest",
"version": "1.0.2",
"version": "2.0.0",
"description": "Quickly find the latest version of a package in npm.",

@@ -17,24 +17,20 @@ "homepage": "https://github.com/jprichardson/npm-latest.git",

"license": "MIT",
"main": "./lib/npm-latest.js",
"dependencies": {
"colors": "0.6.x",
"registry-url": "^3.0.0",
"request": "^2.54.0",
"vcsurl": "~0.1.1"
"colors": "1.3.3",
"vcsurl": "0.1.1"
},
"devDepdencies": {},
"bin": {
"npm-latest": "./bin/cli.js"
"npm-latest": "./cli.js"
},
"devDependencies": {
"mocha": "^2.2.1",
"standard": "^3.3.1"
"mocha": "^6.1.4"
},
"scripts": {
"test": "standard && mocha"
"test": "mocha"
},
"files": [
"lib",
"bin"
"index.js",
"cli.js"
]
}
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