Socket
Socket
Sign inDemoInstall

httperrors

Package Overview
Dependencies
1
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

8

package.json

@@ -15,3 +15,3 @@ {

],
"version": "0.7.0",
"version": "0.7.1",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"dependencies": {
"createerror": "0.5.0"
"createerror": "0.5.1"
},

@@ -32,7 +32,7 @@ "devDependencies": {

"mocha": "1.12.1",
"uglifyjs": "^2.3.6",
"uglify-js": "^2.3.6",
"unexpected": "=0.0.6"
},
"scripts": {
"dist": "mkdir -p dist && browserify ./lib/httpErrors.js -s httpErrors | uglifyjs -mc > ./dist/httpErrors.js",
"dist": "mkdir -p dist && browserify ./lib/httpErrors.js -s httpErrors | ./node_modules/.bin/uglifyjs -mc > ./dist/httpErrors.js",
"prepublish": "npm run test && npm run dist",

@@ -39,0 +39,0 @@ "test": "mocha --recursive"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc