httperrors
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"author": "Andreas Lind Petersen <andreas@one.com>", | ||
"name": "httperrors", | ||
"description": "Handy JavaScript Error classes representing the standard HTTP errors. Easily extensible and subclassable.", | ||
"keywords": ["http", "errors", "error", "request", "proxy", "client", "class", "errorclass"], | ||
"version": "0.3.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/One-com/node-httperrors.git" | ||
}, | ||
"main": "lib/httpErrors.js", | ||
"engines": { | ||
"node": ">= 0.2.0" | ||
}, | ||
"dependencies": { | ||
"createerror": "0.2.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha --ui qunit test.js" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.x.x" | ||
}, | ||
"publishConfig": { | ||
"repository": "http://registry.npmjs.org/" | ||
} | ||
"author": "Andreas Lind Petersen <andreas@one.com>", | ||
"name": "httperrors", | ||
"description": "Handy JavaScript Error classes representing the standard HTTP errors. Easily extensible and subclassable.", | ||
"keywords": ["http", "errors", "error", "request", "proxy", "client", "class", "errorclass"], | ||
"version": "0.4.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/One-com/node-httperrors.git" | ||
}, | ||
"main": "lib/httpErrors.js", | ||
"engines": { | ||
"node": ">= 0.2.0" | ||
}, | ||
"dependencies": { | ||
"createerror": "0.4.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha --recursive" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.12.1", | ||
"unexpected": "=0.0.6" | ||
}, | ||
"publishConfig": { | ||
"repository": "http://registry.npmjs.org/" | ||
} | ||
} |
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
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
8231
109
2
+ Addedcreateerror@0.4.0(transitive)
- Removedcreateerror@0.2.0(transitive)
Updatedcreateerror@0.4.0