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

http-verror

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-verror - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

17

package.json
{
"name": "http-verror",
"version": "0.0.4",
"version": "0.0.5",
"description": "A simple tool that provides `verror` functionality extended by usable HTTP error codes for Express.js",
"main": "index.js",
"scripts": {
"test": "mocha -R list",
"test-cov": "mocha --require blanket -R html-cov > coverage.html"
"test": "mocha",
"ci-test": "istanbul cover _mocha -- -R tap > result.tap && istanbul report clover"
},

@@ -30,13 +30,6 @@ "keywords": [

"devDependencies": {
"blanket": "^1.1.6",
"chai": "^2.3.0",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "0.0.2"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
"istanbul": "^0.3.14",
"mocha": "^2.2.5"
}
}

Sorry, the diff of this file is not supported yet

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