Socket
Socket
Sign inDemoInstall

dexpress-finalhandler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexpress-finalhandler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -148,3 +148,3 @@ /*!

for (var key in err) {
if([ 'message', 'reason' ].includes(key)) {
if([ 'message', 'reason', 'status', 'statusCode', 'expose' ].includes(key)) {
continue;

@@ -151,0 +151,0 @@ }

{
"name": "dexpress-finalhandler",
"description": "Node.js final http responder",
"version": "0.1.0",
"version": "0.1.1",
"author": "Niels Abildgaard <niels@deranged.dk>",

@@ -6,0 +6,0 @@ "license": "MIT",

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