New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fastify/secure-session

Package Overview
Dependencies
Maintainers
19
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/secure-session - npm Package Compare versions

Comparing version 6.2.0 to 7.0.0

6

package.json
{
"name": "@fastify/secure-session",
"version": "6.2.0",
"version": "7.0.0",
"description": "Create a secure stateless cookie session for Fastify",

@@ -36,3 +36,3 @@ "main": "index.js",

"cookie": "^0.5.0",
"fastify": "^4.0.0-rc.2",
"fastify": "^4.0.0",
"standard": "^17.0.0",

@@ -43,3 +43,3 @@ "tap": "^16.1.0",

"dependencies": {
"@fastify/cookie": "^8.0.0",
"@fastify/cookie": "^9.0.4",
"fastify-plugin": "^4.0.0",

@@ -46,0 +46,0 @@ "sodium-native": "^4.0.0"

@@ -8,3 +8,3 @@ # @fastify/secure-session

Create a secure stateless cookie session for Fastify, based on libsodium's
[Secret Key Box Encryption](https://github.com/sodium-friends/sodium-native#secret-key-box-encryption)
[Secret Key Box Encryption](https://sodium-friends.github.io/docs/docs/secretkeyboxencryption)
and [@fastify/cookie](https://github.com/fastify/fastify-cookie).

@@ -11,0 +11,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