@types/puppeteer
Advanced tools
Comparing version 0.13.5 to 0.13.6
@@ -61,3 +61,3 @@ // Type definitions for puppeteer 0.13 | ||
*/ | ||
click(x: number, y: number, options: ClickOptions): Promise<void>; | ||
click(x: number, y: number, options?: ClickOptions): Promise<void>; | ||
/** | ||
@@ -64,0 +64,0 @@ * Dispatches a `mousedown` event. |
{ | ||
"name": "@types/puppeteer", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "94e777dd0c51013e8633b064dabba3f4351f11e329bc55464cf5d4318cee0e34", | ||
"typesPublisherContentHash": "33f569fbbc35159b100f24e575f9267af2695b0fe7a50db5304be5a622918b01", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 28 Nov 2017 17:04:13 GMT | ||
* Last updated: Wed, 29 Nov 2017 00:55:52 GMT | ||
* Dependencies: events, 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
42978