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

httperrors

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httperrors - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

test/httpErrors.js

51

package.json
{
"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/"
}
}
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