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

npm-latest

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

npm-latest - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

5

CHANGELOG.md

@@ -0,3 +1,8 @@

0.1.0 / 2013-03-19
------------------
* Handle multiple arguments [#2 / paulmillr]
* Convert Github repos to http urls.
0.0.1 / 2012-08-09
------------------
* Initial release.

57

package.json
{
"name" : "npm-latest",
"version" : "0.0.2",
"description" :"Quickly find the latest version of a package in npm.",
"homepage" : [
"https://github.com/jprichardson/npm-latest.git"
],
"repository" : {
"type" : "git",
"url" : "git@github.com:jprichardson/npm-latest.git"
},
"keywords" : ["npm", "latest", "version"],
"author" : "JP Richardson <jprichardson@gmail.com>",
"licenses" : [ {
"type" : "MIT"
}],
"dependencies" : {
"request": "2.10.x",
"colors": "0.6.x"
},
"devDepdencies":{},
"bin": {
"npm-latest": "./bin/npm-latest"
},
"engines" : {
"node" : ">=0.8.x"
"name": "npm-latest",
"version": "0.1.0",
"description": "Quickly find the latest version of a package in npm.",
"homepage": [
"https://github.com/jprichardson/npm-latest.git"
],
"repository": {
"type": "git",
"url": "git@github.com:jprichardson/npm-latest.git"
},
"keywords": [
"npm",
"latest",
"version"
],
"author": "JP Richardson <jprichardson@gmail.com>",
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"request": "2.10.x",
"colors": "0.6.x",
"vcsurl": "~0.1.1"
},
"devDepdencies": {},
"bin": {
"npm-latest": "./bin/npm-latest"
},
"engines": {
"node": ">=0.8.x"
}
}

Sorry, the diff of this file is not supported yet

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