Comparing version 0.0.2 to 0.1.0
@@ -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. |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
5347
3
2
+ Addedvcsurl@~0.1.1
+ Addedvcsurl@0.1.1(transitive)