Socket
Socket
Sign inDemoInstall

@types/cookie

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

2

cookie/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc