Socket
Socket
Sign inDemoInstall

@fastify/cookie

Package Overview
Dependencies
Maintainers
20
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/cookie - npm Package Compare versions

Comparing version 10.0.0-pre.fv5.1 to 10.0.0-pre.fv5.2

6

package.json
{
"name": "@fastify/cookie",
"version": "10.0.0-pre.fv5.1",
"version": "10.0.0-pre.fv5.2",
"description": "Plugin for fastify to add support for cookies",

@@ -44,3 +44,3 @@ "main": "plugin.js",

"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.6",
"@types/node": "^22.0.0",
"benchmark": "^2.1.4",

@@ -52,3 +52,3 @@ "fastify": "^5.0.0-alpha.3",

"tap": "^18.6.1",
"tsd": "^0.30.4"
"tsd": "^0.31.1"
},

@@ -55,0 +55,0 @@ "dependencies": {

@@ -191,3 +191,3 @@ 'use strict'

const fastifyCookie = fp(plugin, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/cookie'

@@ -194,0 +194,0 @@ })

Sorry, the diff of this file is not supported yet

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