puppeteer-extra-plugin
Advanced tools
Comparing version 3.2.2 to 3.2.3
/*! | ||
* puppeteer-extra-plugin v3.2.0 by berstend | ||
* puppeteer-extra-plugin v3.2.2 by berstend | ||
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin | ||
@@ -4,0 +4,0 @@ * @license MIT |
/*! | ||
* puppeteer-extra-plugin v3.2.0 by berstend | ||
* puppeteer-extra-plugin v3.2.2 by berstend | ||
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "puppeteer-extra-plugin", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Base class for puppeteer-extra plugins.", | ||
@@ -81,3 +81,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "26f15d2111338d63651beda85acbedff57356d5f" | ||
"gitHead": "2f4a357f233b35a7a20f16ce007f5ef3f62765b9" | ||
} |
@@ -1,2 +0,2 @@ | ||
# puppeteer-extra-plugin [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/berstend/puppeteer-extra/Test/master)](https://github.com/berstend/puppeteer-extra/actions) [![Discord](https://img.shields.io/discord/737009125862408274)](https://extra.community) [![npm](https://img.shields.io/npm/v/puppeteer-extra-plugin.svg)](https://www.npmjs.com/package/puppeteer-extra-plugin) | ||
# puppeteer-extra-plugin [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/berstend/puppeteer-extra/test.yml?branch=master&event=push)](https://github.com/berstend/puppeteer-extra/actions) [![Discord](https://img.shields.io/discord/737009125862408274)](https://extra.community) [![npm](https://img.shields.io/npm/v/puppeteer-extra-plugin.svg)](https://www.npmjs.com/package/puppeteer-extra-plugin) | ||
@@ -37,3 +37,3 @@ ## Installation | ||
- [API](#api) | ||
- [Table of Contents](#table-of-contents) | ||
- [Table of Contents](#table-of-contents) | ||
- [class: PuppeteerExtraPlugin](#class-puppeteerextraplugin) | ||
@@ -96,3 +96,3 @@ - [.name](#name) | ||
module.exports = function (pluginConfig) { | ||
module.exports = function(pluginConfig) { | ||
return new Plugin(pluginConfig) | ||
@@ -99,0 +99,0 @@ } |
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
148210