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.2.0 to 1.2.1

6

puppeteer/index.d.ts

@@ -1045,2 +1045,8 @@ // Type definitions for puppeteer 1.2

/**
* Determines whether cache is enabled on the page.
* @param enabled Whether or not to enable cache on the page.
*/
setCacheEnabled(enabled: boolean): Promise<void>;
/**
* Sets the cookies on the page.

@@ -1047,0 +1053,0 @@ * @param cookies The cookies to set.

4

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

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

},
"typesPublisherContentHash": "2081ed34f46fd58605b48096f4feb76dc13812f8d26b23b4adfef4d7fce0d4a9",
"typesPublisherContentHash": "20ee5e7ba45f75cd852183879530648c7a41c66f7938aa57593ca6b3689689c8",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 16 Mar 2018 22:10:47 GMT
* Last updated: Tue, 03 Apr 2018 18:14:47 GMT
* Dependencies: events, child_process, node

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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