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.2 to 0.13.3

4

puppeteer/index.d.ts

@@ -414,5 +414,5 @@ // Type definitions for puppeteer 0.13

/**
* This method returns the bounding box of the element (relative to the main frame), or null if the element is not visible.
* This method returns the value resolve to the bounding box of the element (relative to the main frame), or null if the element is not visible.
*/
boundingBox(): BoundingBox | null;
boundingBox(): Promise<BoundingBox | null>;
/**

@@ -419,0 +419,0 @@ * This method scrolls element into view if needed, and then uses page.mouse to click in the center of the element.

{
"name": "@types/puppeteer",
"version": "0.13.2",
"version": "0.13.3",
"description": "TypeScript definitions for puppeteer",

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

},
"typesPublisherContentHash": "e5cf371978439e6bdff19f6c1322298da7340a88a383ada90c9dc7a7c9347b51",
"typesPublisherContentHash": "80f713e5863e4357065a18ab0b33037cf0d698eef97976f80d6a98eeb39c2f2d",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 21 Nov 2017 18:42:21 GMT
* Last updated: Wed, 22 Nov 2017 17:17:06 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