Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 1.2.2

5

puppeteer/index.d.ts

@@ -631,2 +631,7 @@ // Type definitions for puppeteer 1.2

/**
* @returns An object if the request failed, null otherwise.
*/
failure(): { errorText: string; } | null;
/**
* @returns The `Frame` object that initiated the request, or `null` if navigating to error pages

@@ -633,0 +638,0 @@ */

4

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

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

},
"typesPublisherContentHash": "20ee5e7ba45f75cd852183879530648c7a41c66f7938aa57593ca6b3689689c8",
"typesPublisherContentHash": "a7b59838b9524fe23b7fbb8112a62f97dbacf87895658d86e13c5af28cb7020c",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 03 Apr 2018 18:14:47 GMT
* Last updated: Tue, 24 Apr 2018 23:31:37 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