universal-cookie
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -12,3 +12,3 @@ export declare type Cookie = any; | ||
httpOnly?: boolean; | ||
sameSite?: boolean | "lax" | "strict"; | ||
sameSite?: boolean | 'lax' | 'strict'; | ||
} | ||
@@ -15,0 +15,0 @@ export interface CookieChangeOptions { |
@@ -12,3 +12,3 @@ export declare type Cookie = any; | ||
httpOnly?: boolean; | ||
sameSite?: boolean | "lax" | "strict"; | ||
sameSite?: boolean | 'lax' | 'strict'; | ||
} | ||
@@ -15,0 +15,0 @@ export interface CookieChangeOptions { |
@@ -1,1 +0,1 @@ | ||
export * from './es6'; | ||
export * from './es6'; |
@@ -12,3 +12,3 @@ export declare type Cookie = any; | ||
httpOnly?: boolean; | ||
sameSite?: boolean | "lax" | "strict"; | ||
sameSite?: boolean | 'lax' | 'strict'; | ||
} | ||
@@ -15,0 +15,0 @@ export interface CookieChangeOptions { |
{ | ||
"name": "universal-cookie", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Universal cookies for JavaScript", | ||
@@ -46,3 +46,3 @@ "main": "cjs/index.js", | ||
}, | ||
"gitHead": "1e5d93d5ab8b6e374b8936cd136ce8312952e2cf" | ||
"gitHead": "2b6dbedee459d318bf7b4616d024a0deee4a2c2f" | ||
} |
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
49233
1037