@fastify/secure-session
Advanced tools
Comparing version 6.2.0 to 7.0.0
{ | ||
"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 @@ |
69223
+ Added@fastify/cookie@9.4.0(transitive)
+ Addedcookie-signature@1.2.2(transitive)
- Removed@fastify/cookie@8.3.0(transitive)
- Removedcookie@0.5.0(transitive)
Updated@fastify/cookie@^9.0.4