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.27 to 0.0.28

4

dist/index.js

@@ -82,3 +82,3 @@ var __accessCheck = (obj, member, msg) => {

const date = base64ToDate(dateText);
if (date > new Date()) {
if (date > /* @__PURE__ */ new Date()) {
return data2;

@@ -154,3 +154,3 @@ }

const date = base64ToDate(dateText);
if (date > new Date()) {
if (date > /* @__PURE__ */ new Date()) {
return dataText;

@@ -157,0 +157,0 @@ }

{
"name": "@hattip/session",
"version": "0.0.27",
"version": "0.0.28",
"type": "module",

@@ -23,19 +23,19 @@ "description": "Session management for HatTip",

"dependencies": {
"@hattip/compose": "0.0.27",
"@hattip/cookie": "0.0.27",
"@hattip/core": "0.0.27"
"@hattip/cookie": "0.0.28",
"@hattip/core": "0.0.28",
"@hattip/compose": "0.0.28"
},
"devDependencies": {
"@cyco130/eslint-config": "^2.1.2",
"@miniflare/kv": "^2.11.0",
"@miniflare/storage-memory": "^2.11.0",
"@types/node": "^18.11.18",
"@cyco130/eslint-config": "^2.1.3",
"@miniflare/kv": "^2.12.0",
"@miniflare/storage-memory": "^2.12.0",
"@types/node": "^18.14.0",
"@types/redis-mock": "^0.17.1",
"eslint": "^8.32.0",
"publint": "^0.1.8",
"eslint": "^8.34.0",
"publint": "^0.1.9",
"redis-mock": "^0.56.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"@hattip/polyfills": "0.0.27"
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.3",
"@hattip/polyfills": "0.0.28"
},

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

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