@types/puppeteer
Advanced tools
Comparing version 2.1.0 to 3.0.0
@@ -18,4 +18,4 @@ declare namespace devices { | ||
declare const devices: devices.Device[] & { [key: string]: devices.Device }; | ||
declare const devices: { [name: string]: devices.Device }; | ||
export = devices; |
{ | ||
"name": "@types/puppeteer", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "663c5b9a996f411627755e13e6b4116c8d460a08ef425597ceb29a4c392d94f1", | ||
"typesPublisherContentHash": "2e0bda566bb02fcaa5b1b81ec8392fff2019dbfe59830575b0764c38126cb760", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 May 2020 21:05:58 GMT | ||
* Last updated: Tue, 19 May 2020 18:08:59 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is too big to display
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
77997