Socket
Socket
Sign inDemoInstall

@hattip/session

Package Overview
Dependencies
5
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.42 to 0.0.43

20

package.json
{
"name": "@hattip/session",
"version": "0.0.42",
"version": "0.0.43",
"type": "module",
"description": "Session management for HatTip",
"description": "Session management for Hattip",
"files": [

@@ -23,11 +23,11 @@ "dist"

"dependencies": {
"@hattip/compose": "0.0.42",
"@hattip/cookie": "0.0.42",
"@hattip/core": "0.0.42"
"@hattip/compose": "0.0.43",
"@hattip/cookie": "0.0.43",
"@hattip/core": "0.0.43"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.6.3",
"@cyco130/eslint-config": "^3.6.4",
"@miniflare/kv": "^2.14.2",
"@miniflare/storage-memory": "^2.14.2",
"@types/node": "^20.11.16",
"@types/node": "^20.11.19",
"@types/redis-mock": "^0.17.3",

@@ -37,6 +37,6 @@ "eslint": "^8.56.0",

"redis-mock": "^0.56.3",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"@hattip/polyfills": "0.0.42"
"vitest": "^1.3.0",
"@hattip/polyfills": "0.0.43"
},

@@ -43,0 +43,0 @@ "scripts": {

# `@hattip/session`
Session middleware for HatTip. It persists data between requests in a cookie or a custom session store.
Session middleware for Hattip. It persists data between requests in a cookie or a custom session store.

@@ -5,0 +5,0 @@ This middleware uses the [Web Crypto API](https://w3c.github.io/webcrypto/) which is supported by:

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