Socket
Socket
Sign inDemoInstall

fastify

Package Overview
Dependencies
65
Maintainers
3
Versions
280
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.24.2 to 4.24.3

2

examples/use-plugin.js

@@ -0,1 +1,3 @@

'use strict'
const fastify = require('../fastify')({ logger: true })

@@ -2,0 +4,0 @@

2

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

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

@@ -0,1 +1,3 @@

'use strict'
const Fastify = require('../fastify')

@@ -2,0 +4,0 @@

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

@@ -32,3 +32,3 @@ "main": "fastify.js",

"unit:report": "tap --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
"citgm": "tap --jobs=1"
"citgm": "tap --jobs=1 --timeout=120"
},

@@ -35,0 +35,0 @@ "repository": {

@@ -0,1 +1,3 @@

'use strict'
const t = require('tap')

@@ -2,0 +4,0 @@ const test = t.test

@@ -0,1 +1,3 @@

'use strict'
const fp = require('fastify-plugin')

@@ -2,0 +4,0 @@ const fastify = require('../../../../')()

@@ -0,1 +1,3 @@

'use strict'
const fastify = require('../../../../')()

@@ -2,0 +4,0 @@ // Declare a route

@@ -0,1 +1,3 @@

'use strict'
const fp = require('fastify-plugin')

@@ -2,0 +4,0 @@ const fastify = require('../../../../')()

@@ -0,1 +1,3 @@

'use strict'
const fastify = require('../../../../')()

@@ -2,0 +4,0 @@ // Declare a route

@@ -0,1 +1,3 @@

'use strict'
const path = require('node:path')

@@ -2,0 +4,0 @@

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