New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-exception-handler

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-exception-handler - npm Package Compare versions

Comparing version 0.0.7 to 0.1.2

11

package.json
{
"name": "express-exception-handler",
"version": "0.0.7",
"version": "0.1.2",
"description": "a top level exception handle package",

@@ -9,3 +9,9 @@ "main": "lib/index.js",

"test:dev": "jest --watchAll",
"test:cov": "jest --coverage"
"test:cov": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"push": "yarn test && git push",
"deploy:major": "yarn version --major",
"deploy:minor": "yarn version --minor",
"deploy:patch": "yarn version --patch",
"preversion": "yarn test",
"postversion": "git push && git push --tags"
},

@@ -34,2 +40,3 @@ "repository": {

"devDependencies": {
"coveralls": "3.0.2",
"jest": "^20.0.4"

@@ -36,0 +43,0 @@ },

Sorry, the diff of this file is not supported yet

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