@types/puppeteer
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -203,2 +203,4 @@ // Type definitions for puppeteer 0.13 | ||
value: string; | ||
/** The request-URI to associate with the setting of the cookie. This value can affect the default domain and path values of the created cookie. */ | ||
url?: string; | ||
/** The cookie domain. */ | ||
@@ -205,0 +207,0 @@ domain?: string; |
{ | ||
"name": "@types/puppeteer", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -25,6 +25,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "33f569fbbc35159b100f24e575f9267af2695b0fe7a50db5304be5a622918b01", | ||
"typesPublisherContentHash": "7134c4c570b83dd236e7444d6f9aaa8b4912a24f5ea9b2a46d54314cefa7d9c2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 29 Nov 2017 00:55:52 GMT | ||
* Last updated: Wed, 06 Dec 2017 20:10:39 GMT | ||
* Dependencies: events, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
1069
41958
2
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)