Socket
Socket
Sign inDemoInstall

fastify

Package Overview
Dependencies
Maintainers
3
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify - npm Package Compare versions

Comparing version 4.24.1 to 4.24.2

2

fastify.js
'use strict'
const VERSION = '4.24.1'
const VERSION = '4.24.2'

@@ -5,0 +5,0 @@ const Avvio = require('avvio')

{
"name": "fastify",
"version": "4.24.1",
"version": "4.24.2",
"description": "Fast and low overhead web framework, for Node.js",

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

@@ -146,2 +146,4 @@ import { FastifyError } from '@fastify/error'

/** Alias for {@linkcode FastifyInstance.close()} */
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - type only available for @types/node >=17 or typescript >= 5.2
[Symbol.asyncDispose](): Promise<undefined>;

@@ -148,0 +150,0 @@

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