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

@almonds/http-shutdown

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

@almonds/http-shutdown - npm Package Compare versions

Comparing version 1.2.1-rc.1 to 1.2.1-rc.2

7

index.d.ts

@@ -7,2 +7,7 @@ // Missing type definitions

declare function wrapShutdown(s: Server): Server;
interface WithShutdown extends Server {
shutdown(cb: (err?: Error) => any): void;
forceShutdown(cb: (err?: Error) => any): void;
}
declare function wrapShutdown<S extends Server>(s: S): S & WithShutdown;

2

package.json
{
"name": "@almonds/http-shutdown",
"version": "1.2.1-rc.1",
"version": "1.2.1-rc.2",
"description": "Gracefully shutdown a running HTTP server.",

@@ -5,0 +5,0 @@ "main": "index.js",

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