🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

fastify

Package Overview
Dependencies
Maintainers
3
Versions
299
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

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