@types/puppeteer
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -191,2 +191,4 @@ // Type definitions for puppeteer 1.3 | ||
httpOnly: boolean; | ||
/** The session cookie flag. */ | ||
session: boolean; | ||
/** The cookie secure flag. */ | ||
@@ -222,2 +224,4 @@ secure: boolean; | ||
httpOnly?: boolean; | ||
/** The session cookie flag. */ | ||
session?: boolean; | ||
/** The cookie secure flag. */ | ||
@@ -224,0 +228,0 @@ secure?: boolean; |
{ | ||
"name": "@types/puppeteer", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "afa177804566a2b89eda003188df6333dee302797abebb140e2f6dd9b298be08", | ||
"typesPublisherContentHash": "22dd33b8eebac4e299bc9ee516b90aa36962a59beeb60d62c1dbd3dffc442d58", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 07 Jun 2018 19:55:41 GMT | ||
* Last updated: Wed, 13 Jun 2018 19:16:57 GMT | ||
* Dependencies: events, child_process, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48753
1255