New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/puppeteer

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/puppeteer - npm Package Compare versions

Comparing version 0.13.4 to 0.13.5

8

puppeteer/index.d.ts

@@ -254,2 +254,8 @@ // Type definitions for puppeteer 0.13

export type LoadEvent =
| "load"
| "domcontentloaded"
| "networkidle0"
| "networkidle2";
/** The navigation options. */

@@ -266,3 +272,3 @@ export interface NavigationOptions {

*/
waitUntil?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
waitUntil?: LoadEvent | LoadEvent[];
}

@@ -269,0 +275,0 @@

4

puppeteer/package.json
{
"name": "@types/puppeteer",
"version": "0.13.4",
"version": "0.13.5",
"description": "TypeScript definitions for puppeteer",

@@ -27,4 +27,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "9bcdf9e387b7b05809758a734caa5143459a07456a2426113e1b734ee0eaad9b",
"typesPublisherContentHash": "94e777dd0c51013e8633b064dabba3f4351f11e329bc55464cf5d4318cee0e34",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 28 Nov 2017 00:30:44 GMT
* Last updated: Tue, 28 Nov 2017 17:04:13 GMT
* Dependencies: events, node

@@ -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