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.2.0 to 3.3.0

2

index.test-d.ts

@@ -8,2 +8,2 @@ import fastify from 'fastify'

app.gracefulShutdown((signal: string, next: () => void) => {})
app.gracefulShutdown((signal: string, next: () => void) => {})
{
"name": "fastify-graceful-shutdown",
"version": "3.2.0",
"version": "3.3.0",
"description": "Gracefully shutdown fastify",

@@ -9,2 +9,3 @@ "main": "index.js",

"test": "prettier ./*.js --debug-check && tap ./test.js | tap-spec && tsd",
"test:ts": "tsd",
"patch": "np patch --yolo",

@@ -33,9 +34,9 @@ "minor": "np minor --yolo",

"devDependencies": {
"fastify": "^4.0.2",
"np": "^7.5.0",
"fastify": "^4.5.3",
"np": "^7.6.2",
"pre-commit": "^1.2.2",
"prettier": "^2.2.1",
"tap": "^15.0.6",
"tap": "^15.2.3",
"tap-spec": "^5.0.0",
"tsd": "^0.21.0"
"tsd": "^0.23.0"
},

@@ -47,5 +48,5 @@ "prettier": {

"dependencies": {
"fastify-plugin": "^3.0.0",
"fastparallel": "^2.4.0"
"fastify-plugin": "^4.2.1",
"fastparallel": "^2.4.1"
}
}
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