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

express-domaining

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-domaining - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

lib/domain.js

@@ -47,5 +47,3 @@ /**

next(err);
// rethrow to allow cluster code or unhandledException to manage it
// Usually, as this error is unexpected, the process should be terminated and restarted
throw err;
process.kill(process.pid, 'SIGTERM');
}

@@ -52,0 +50,0 @@

{
"name": "express-domaining",
"description": "Express middleware to create and destroy a node domain",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": {

@@ -8,3 +8,3 @@ # express-domaining

Allows you to respond to requests that had and unexpected error using your express error handlers and
rethrows the exception to be captured by your own unhandledExcetion/cluster code
signal the process with a 'SIGTERM' to be captured by your own process/cluster code

@@ -11,0 +11,0 @@ [![npm version](https://badge.fury.io/js/express-domaining.svg)](http://badge.fury.io/js/express-domaining)

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