Socket
Socket
Sign inDemoInstall

http-shutdown

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

index.d.ts

2

index.js

@@ -53,3 +53,3 @@ 'use strict';

if (cb) {
process.nextTick(function() { cb(err) });
process.nextTick(function() { cb(err); });
}

@@ -56,0 +56,0 @@ });

{
"name": "http-shutdown",
"version": "1.2.0",
"version": "1.2.1",
"description": "Gracefully shutdown a running HTTP server.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "mocha",

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