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

@kaelwd/hono-sessions

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaelwd/hono-sessions - npm Package Compare versions

Comparing version

to
0.7.2

dist/Store-D8eIA6Pw.d.ts

4

dist/index.d.ts
import { Context, MiddlewareHandler } from 'hono';
import { S as Store, a as SessionData } from './Store-B4-tWGM8.js';
export { b as Session } from './Store-B4-tWGM8.js';
import { S as Store, a as SessionData } from './Store-D8eIA6Pw.js';
export { b as Session } from './Store-D8eIA6Pw.js';
import { CookieOptions } from 'hono/utils/cookie';

@@ -5,0 +5,0 @@

import { Context } from 'hono';
import { S as Store, a as SessionData } from '../../Store-B4-tWGM8.js';
import { S as Store, a as SessionData } from '../../Store-D8eIA6Pw.js';

@@ -4,0 +4,0 @@ declare class BunSqliteStore implements Store {

import { Context } from 'hono';
import { S as Store, a as SessionData } from '../../Store-B4-tWGM8.js';
import { S as Store, a as SessionData } from '../../Store-D8eIA6Pw.js';

@@ -4,0 +4,0 @@ declare class CloudflareD1Store implements Store {

{
"name": "@kaelwd/hono-sessions",
"private": false,
"version": "0.7.1",
"version": "0.7.2",
"description": "Cookie-based sessions for Hono web framework",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet