Socket
Socket
Sign inDemoInstall

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 3.2.2 to 3.2.3

2

dist/index.cjs.js
/*!
* 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 @@ }

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