Socket
Socket
Sign inDemoInstall

puppeteer

Package Overview
Dependencies
Maintainers
3
Versions
900
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer - npm Package Compare versions

Comparing version 1.0.0-next.1515176243781 to 1.0.0-next.1515449879873

2

lib/FrameManager.js

@@ -718,3 +718,3 @@ /**

// Ignore timeouts in pageScript - we track timeouts ourselves.
if (!error && !(await success.jsonValue())) {
if (!error && await this._frame.evaluate(s => !s, success)) {
await success.dispose();

@@ -721,0 +721,0 @@ return;

{
"name": "puppeteer",
"version": "1.0.0-next.1515176243781",
"version": "1.0.0-next.1515449879873",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",

@@ -5,0 +5,0 @@ "main": "index.js",

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