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

http-errors

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-errors - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

index.js

39

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