@types/cookie
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -139,3 +139,3 @@ // Type definitions for cookie 0.5 | ||
*/ | ||
export function parse(str: string, options?: CookieParseOptions): { [key: string]: string }; | ||
export function parse(str: string, options?: CookieParseOptions): Record<string, string>; | ||
@@ -142,0 +142,0 @@ /** |
{ | ||
"name": "@types/cookie", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "TypeScript definitions for cookie", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "024e66190b1671b9dcbdaf5dee8a948f3df0e39ff701b9bfd6e64c49df63e572", | ||
"typesPublisherContentHash": "889816d642ca5301186f4728f4ed8cefb740a4dddf3b408be1ae3b4fb7886a61", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 13 Apr 2022 19:31:17 GMT | ||
* Last updated: Wed, 20 Apr 2022 20:01:27 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
9755