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.6.2 to 1.6.3

7

puppeteer/index.d.ts

@@ -588,2 +588,7 @@ // Type definitions for puppeteer 1.6

omitBackground?: boolean;
/**
* The encoding of the image, can be either base64 or binary. Defaults to binary
* @default binary
*/
encoding?: "base64" | "binary";
}

@@ -1345,3 +1350,3 @@

*/
screenshot(options?: ScreenshotOptions): Promise<Buffer>;
screenshot(options?: ScreenshotOptions): Promise<string | Buffer>;

@@ -1348,0 +1353,0 @@ /**

4

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

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

},
"typesPublisherContentHash": "1145d1645663fc826abb90ef1eab38e0f5d4f91626d9087c79b201b4dc89043a",
"typesPublisherContentHash": "265f1fd35ddfe931c6f96c648c10b8a767f2b4807a136c364edf45d8fe13df39",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Tue, 04 Sep 2018 18:04:22 GMT
* Last updated: Wed, 05 Sep 2018 15:41:46 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