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

fastify-graceful-shutdown

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-graceful-shutdown - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

4

index.js

@@ -39,5 +39,9 @@ 'use strict'

logger.error({ err: err, signal: signal }, 'process terminated')
// Avoid losing data
logger.flush()
handlerEventListener.exit(1)
} else {
logger.debug({ signal: signal }, 'process terminated')
// Avoid losing data
logger.flush()
handlerEventListener.exit(0)

@@ -44,0 +48,0 @@ }

2

package.json
{
"name": "fastify-graceful-shutdown",
"version": "3.5.0",
"version": "3.5.1",
"description": "Gracefully shutdown fastify",

@@ -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