http-errors
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "http-errors", | ||
"description": "A node module that returns a hash of Error classes representing HTTP errors indexed by error code.", | ||
"url": "https://github.com/egeste/http-errors", | ||
"keywords": ["util", "errors", "http"], | ||
"description": "Create HTTP error objects", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "Steve (Egesté) Regester", | ||
"email": "npm@egeste.net" | ||
"name": "Jonathan Ong", | ||
"email": "me@jongleberry.com", | ||
"url": "http://jongleberry.com", | ||
"twitter": "https://twitter.com/jongleberry" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/egeste/http-errors.git" | ||
"license": "MIT", | ||
"repository": "jshttp/http-errors", | ||
"dependencies": { | ||
"statuses": "~1.0.4" | ||
}, | ||
"main": "http-errors.js", | ||
"version": "0.0.1", | ||
"engines": { "node": "*" }, | ||
"_engineSupported": true | ||
"devDependencies": { | ||
"istanbul": "0", | ||
"mocha": "1" | ||
}, | ||
"scripts": { | ||
"test": "mocha --reporter spec", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" | ||
}, | ||
"keywords": [ | ||
"http", | ||
"error" | ||
], | ||
"files": [ | ||
"index.js", | ||
"LICENSE" | ||
] | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5872
4
0
59
1
64
1
2
1
1
+ Addedstatuses@~1.0.4
+ Addedstatuses@1.0.4(transitive)