@types/cookie
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -74,4 +74,6 @@ // Type definitions for cookie 0.3 | ||
* site enforcement. | ||
* - `'none'` will set the SameSite attribute to None for an explicit | ||
* cross-site cookie. | ||
*/ | ||
sameSite?: boolean | 'lax' | 'strict'; | ||
sameSite?: boolean | 'lax' | 'strict' | 'none'; | ||
/** | ||
@@ -78,0 +80,0 @@ * Specifies the boolean value for the `Secure` `Set-Cookie` attribute. When |
{ | ||
"name": "@types/cookie", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "TypeScript definitions for cookie", | ||
@@ -17,8 +17,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/cookie" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8986b585e17fd9c131865bcd8b8586a24ba553ed04eb2ac979594813e0b2e85f", | ||
"typesPublisherContentHash": "91d338d129123c21e5858874d1ca8a6bd114c1a8b1850728bb034b2b863547e1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for cookie (https://github.com/jshttp/cookie). | ||
This package contains type definitions for cookie ( https://github.com/jshttp/cookie ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 20 Nov 2018 16:52:44 GMT | ||
* Last updated: Fri, 24 May 2019 21:00:58 GMT | ||
* Dependencies: none | ||
@@ -15,0 +15,0 @@ * Global values: none |
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
7449
116