Socket
Socket
Sign inDemoInstall

egg-cookies

Package Overview
Dependencies
17
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.3 to 2.3.4

6

History.md
2.3.4 / 2020-06-12
==================
**fixes**
* [[`a146191`](http://github.com/eggjs/egg-cookies/commit/a14619139f585da290d693e6dfcf3e29304bc337)] - fix(typings): value of set method should support null type (#21) (Jedmeng <<roy.urey@gmail.com>>)
2.3.3 / 2020-03-27

@@ -3,0 +9,0 @@ ==================

2

index.d.ts

@@ -82,5 +82,5 @@ /**

*/
set(name: string, value?: string, opts?: EggCookies.CookieSetOptions): this;
set(name: string, value?: string | null, opts?: EggCookies.CookieSetOptions): this;
}
export = EggCookies;
{
"name": "egg-cookies",
"version": "2.3.3",
"version": "2.3.4",
"description": "cookies module for egg",

@@ -5,0 +5,0 @@ "files": [

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