universal-cookie
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -12,2 +12,3 @@ export declare type Cookie = any; | ||
httpOnly?: boolean; | ||
sameSite?: boolean | "lax" | "strict"; | ||
} | ||
@@ -14,0 +15,0 @@ export interface CookieChangeOptions { |
@@ -12,2 +12,3 @@ export declare type Cookie = any; | ||
httpOnly?: boolean; | ||
sameSite?: boolean | "lax" | "strict"; | ||
} | ||
@@ -14,0 +15,0 @@ export interface CookieChangeOptions { |
@@ -12,2 +12,3 @@ export declare type Cookie = any; | ||
httpOnly?: boolean; | ||
sameSite?: boolean | "lax" | "strict"; | ||
} | ||
@@ -14,0 +15,0 @@ export interface CookieChangeOptions { |
{ | ||
"name": "universal-cookie", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Universal cookies for JavaScript", | ||
@@ -45,3 +45,3 @@ "main": "cjs/index.js", | ||
}, | ||
"gitHead": "1890e812e41ced578abd5403bfc7607895826172" | ||
"gitHead": "764ead9891f02c6fa181dc8ac065a9e2fa0dd455" | ||
} |
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
47518
999