@tinyhttp/cookie-signature
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -9,2 +9,2 @@ /** | ||
*/ | ||
export declare const unsign: (val: string, secret: string) => string | false; | ||
export declare const unsign: (val: string, secret: string) => string | boolean; |
{ | ||
"name": "@tinyhttp/cookie-signature", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "HTTP cookie signing and unsigning", | ||
@@ -5,0 +5,0 @@ "homepage": "https://tinyhttp.v1rtl.site", |
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
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
3467