Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-extra-plugin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

index.js

@@ -40,3 +40,3 @@ 'use strict'

*
* (async () => {
* ;(async () => {
* const browser = await puppeteer.launch({headless: false})

@@ -43,0 +43,0 @@ * const page = await browser.newPage()

{
"name": "puppeteer-extra-plugin",
"version": "2.0.4",
"version": "2.0.5",
"description": "Base class for puppeteer-extra plugins.",

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

@@ -76,3 +76,3 @@ # puppeteer-extra-plugin

(async () => {
;(async () => {
const browser = await puppeteer.launch({headless: false})

@@ -79,0 +79,0 @@ const page = await browser.newPage()

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