Socket
Socket
Sign inDemoInstall

@types/cookiejar

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

4

cookiejar/index.d.ts

@@ -96,3 +96,3 @@ export class CookieAccessInfo {

*/
setCookies(cookie: string | ReadonlyArray<string>, requestDomain?: string, requestPath?: string): Cookie[];
setCookies(cookie: string | readonly string[], requestDomain?: string, requestPath?: string): Cookie[];

@@ -110,3 +110,3 @@ /**

*/
getCookies(accessInfo: CookieAccessInfo): ReadonlyArray<Cookie> & { toValueString(): string };
getCookies(accessInfo: CookieAccessInfo): readonly Cookie[] & { toValueString(): string };
}
{
"name": "@types/cookiejar",
"version": "2.1.4",
"version": "2.1.5",
"description": "TypeScript definitions for cookiejar",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookiejar",

"dependencies": {},
"typesPublisherContentHash": "2c001acfda816b4340ce389d09388b6fb505973ee469d9502fa9509fc3f3b68e",
"typesPublisherContentHash": "551e326993669a1935321e02c337463332b2f28f70d829872d1eb8e3b594596b",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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