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.4 to 2.3.5

12

tough-cookie/index.d.ts

@@ -76,14 +76,12 @@ // Type definitions for tough-cookie 2.3

// TODO: Some of the following properties might actually be nullable.
key: string;
value: string;
expires: Date;
expires: Date | 'Infinity';
maxAge: number | 'Infinity' | '-Infinity';
domain: string;
path: string;
domain: string | null;
path: string | null;
secure: boolean;
httpOnly: boolean;
extensions: string[];
creation: Date;
extensions: string[] | null;
creation: Date | null;
creationIndex: number;

@@ -90,0 +88,0 @@

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

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

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -32,4 +32,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "be39a364314ff26d1ecd6011d3cdfd5d806c25eb7d880d15746c491494da6565",
"typesPublisherContentHash": "0efe9044a43862c414e1f5ad50de0dd23a0e8521446aef5a86a7e42aa73d292d",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 01 Nov 2018 17:41:04 GMT
* Last updated: Thu, 17 Jan 2019 23:41:53 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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