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 1.3.1 to 1.3.2

5

puppeteer/index.d.ts

@@ -903,2 +903,7 @@ // Type definitions for puppeteer 1.3

): Promise<ElementHandle>;
waitForXPath(
xpath: string,
options?: { visible?: boolean; hidden?: boolean; timeout?: number }
): Promise<ElementHandle>;
}

@@ -905,0 +910,0 @@

4

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

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

},
"typesPublisherContentHash": "03063648e442bdda80390800a33eb4bc8cd2f4c61d45a569bf2939ce01db8307",
"typesPublisherContentHash": "53e19d1d683bcbe7125a0256b993b6f6c7ddb547cc69269413f1e2a1f5bf76fc",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 04 May 2018 23:55:55 GMT
* Last updated: Tue, 08 May 2018 22:09:43 GMT
* Dependencies: events, child_process, 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