puppeteer-extra-plugin
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -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() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30264