Socket
Socket
Sign inDemoInstall

puppeteer-stream

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-stream - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "puppeteer-stream",
"version": "2.0.3",
"version": "2.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/PuppeteerStream.js",

@@ -40,3 +40,3 @@ import puppeteer, { LaunchOptions, Browser, Page, BrowserOptions, ChromeArgOptions } from "puppeteer";

opts.args.map((x) => {
opts.args = opts.args.map((x) => {
if (x.includes("--load-extension=")) {

@@ -47,3 +47,3 @@ loadExtension = true;

loadExtensionExcept = true;
return x + "," + extensionPath;
return "--disable-extensions-except=" + extensionPath + "," + x.split("=")[1];
} else if (x.includes("--whitelisted-extension-id")) {

@@ -50,0 +50,0 @@ whitelisted = true;

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