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.1 to 2.1.2

6

cookiejar/index.d.ts
// Type definitions for CookieJar 2.1
// Project: https://github.com/bmeck/node-cookiejar
// Definitions by: Rafal Proszowski <https://github.com/paroxp>
// Definitions by: Rafal Proszowski <https://github.com/paroxp>, Charles Samborski <https://github.com/demurgos>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -102,3 +102,3 @@ // TypeScript Version: 2.2

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

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

*/
getCookie(cookieName: string, accessInfo: CookieAccessInfo): Cookie;
getCookie(cookieName: string, accessInfo: CookieAccessInfo): Cookie | undefined;

@@ -113,0 +113,0 @@ /**

{
"name": "@types/cookiejar",
"version": "2.1.1",
"version": "2.1.2",
"description": "TypeScript definitions for CookieJar",

@@ -11,14 +11,20 @@ "license": "MIT",

"githubUsername": "paroxp"
},
{
"name": "Charles Samborski",
"url": "https://github.com/demurgos",
"githubUsername": "demurgos"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/cookiejar"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "58e1137b0ffb6185011d3009af21d5f4b8430f65d888f058e964d240bc2a0fae",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "95588eabe911f350555e8720144bf3d77de84b4af23a7f5efedca7d57a8b9c37",
"typeScriptVersion": "3.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookiejar
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookiejar.
Additional Details
* Last updated: Wed, 16 Jan 2019 19:36:53 GMT
### Additional Details
* Last updated: Wed, 14 Oct 2020 22:18:52 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Rafal Proszowski <https://github.com/paroxp>.
These definitions were written by [Rafal Proszowski](https://github.com/paroxp), and [Charles Samborski](https://github.com/demurgos).

Sorry, the diff of this file is not supported yet

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