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

@dimosbotsaris/express-error-handler

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dimosbotsaris/express-error-handler - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/index.js

@@ -14,2 +14,3 @@ "use strict";

message: err.message,
code: err.code,
trace: config.trace ? err.stack : undefined,

@@ -16,0 +17,0 @@ },

2

package.json
{
"name": "@dimosbotsaris/express-error-handler",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Simple Express.js middleware middleware to handle errors for APIs and return correct status, error message and trace.",

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