Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@elysiajs/cookie

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elysiajs/cookie - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0-rc.0

6

dist/cjs/index.d.ts

@@ -23,2 +23,5 @@ import { Elysia } from 'elysia';

};
};
store: {};
derive: {
cookie: Record<string, string>;

@@ -28,7 +31,6 @@ setCookie: (name: string, value: string, options?: SetCookieOptions) => void;

};
store: {};
}, {
type: {};
error: {};
}, {}, {}, false>;
}, {}, {}, {}, false>;
export default cookie;

@@ -23,2 +23,5 @@ import { Elysia } from 'elysia';

};
};
store: {};
derive: {
cookie: Record<string, string>;

@@ -28,7 +31,6 @@ setCookie: (name: string, value: string, options?: SetCookieOptions) => void;

};
store: {};
}, {
type: {};
error: {};
}, {}, {}, false>;
}, {}, {}, {}, false>;
export default cookie;
{
"name": "@elysiajs/cookie",
"version": "0.7.0",
"version": "0.8.0-rc.0",
"description": "Plugin for Elysia that add supports for get/set cookie",

@@ -44,3 +44,3 @@ "author": {

"peerDependencies": {
"elysia": ">= 0.7.0"
"elysia": ">= 0.8.0-rc.0"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"bun-types": "^0.7.0",
"elysia": "0.7.0",
"elysia": "0.8.0-rc.0",
"eslint": "^8.40.0",

@@ -53,0 +53,0 @@ "rimraf": "4.3",

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