egg-cookies
Advanced tools
Comparing version 2.3.3 to 2.3.4
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 @@ ================== |
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23201
1