Socket
Socket
Sign inDemoInstall

@types/tough-cookie

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tough-cookie - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

3

tough-cookie/index.d.ts
// Type definitions for tough-cookie 2.3
// Project: https://github.com/salesforce/tough-cookie
// Definitions by: Leonard Thieu <https://github.com/leonard-thieu>
// LiJinyao <https://github.com/LiJinyao>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -162,3 +163,3 @@ // TypeScript Version: 2.2

setCookieSync(cookieOrString: Cookie | string, currentUrl: string, options: CookieJar.SetCookieOptions): void;
setCookieSync(cookieOrString: Cookie | string, currentUrl: string, options?: CookieJar.SetCookieOptions): void;

@@ -165,0 +166,0 @@ getCookies(currentUrl: string, options: CookieJar.GetCookiesOptions, cb: (err: Error | null, cookies: Cookie[]) => void): void;

{
"name": "@types/tough-cookie",
"version": "2.3.1",
"version": "2.3.2",
"description": "TypeScript definitions for tough-cookie",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Leonard Thieu",
"url": "https://github.com/leonard-thieu"
"url": "https://github.com/leonard-thieu",
"githubUsername": "leonard-thieu"
},
{
"name": "LiJinyao",
"url": "https://github.com/LiJinyao",
"githubUsername": "LiJinyao"
}

@@ -20,5 +26,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "2a7d2b6b4c215d564939a5afc228cec98bc527bb3743f878b8e5fd6758e332bc",
"typesPublisherContentHash": "732ad8dc0487919ea9849183b7dd2e47c20d757fa3785cc896cc4175e93dfa1b",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT
* Last updated: Sun, 15 Oct 2017 07:47:25 GMT
* Dependencies: none

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

# Credits
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>.
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>, LiJinyao <https://github.com/LiJinyao>.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc