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 3.1.4 to 3.1.5

2

dist/index.cjs.js
/*!
* puppeteer-extra-plugin v3.1.3 by berstend
* puppeteer-extra-plugin v3.1.4 by berstend
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin

@@ -4,0 +4,0 @@ * @license MIT

/*!
* puppeteer-extra-plugin v3.1.3 by berstend
* puppeteer-extra-plugin v3.1.4 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.1.4",
"version": "3.1.5",
"description": "Base class for puppeteer-extra plugins.",

@@ -78,3 +78,3 @@ "main": "dist/index.cjs.js",

},
"gitHead": "3143ea17daa8d4364835fa7e5f4890f1ee838648"
"gitHead": "c4112a26517141a35d690faef5a9de75c4a69b5f"
}

@@ -55,3 +55,3 @@ # puppeteer-extra-plugin [![Build Status](https://travis-ci.org/berstend/puppeteer-extra.svg?branch=master)](https://travis-ci.org/berstend/puppeteer-extra) [![npm](https://img.shields.io/npm/v/puppeteer-extra-plugin.svg)](https://www.npmjs.com/package/puppeteer-extra-plugin)

### class: [PuppeteerExtraPlugin](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L65-L576)
### class: [PuppeteerExtraPlugin](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L65-L572)

@@ -108,3 +108,3 @@ - `opts` **PluginOptions?**

#### .[name](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L96-L98)
#### .[name](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L92-L94)

@@ -128,3 +128,3 @@ Type: **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**

#### .[defaults](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L121-L123)
#### .[defaults](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L117-L119)

@@ -158,3 +158,3 @@ Type: **PluginOptions**

#### .[requirements](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L149-L151)
#### .[requirements](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L145-L147)

@@ -192,3 +192,3 @@ Type: **PluginRequirements**

#### .[dependencies](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L164-L166)
#### .[dependencies](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L160-L162)

@@ -212,3 +212,3 @@ Type: **PluginDependencies**

#### .[data](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L200-L202)
#### .[data](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L196-L198)

@@ -253,3 +253,3 @@ Type: **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<PluginData>**

#### .[opts](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L219-L221)
#### .[opts](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L215-L217)

@@ -277,3 +277,3 @@ Type: **PluginOptions**

#### .[debug](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L239-L241)
#### .[debug](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L235-L237)

@@ -303,3 +303,3 @@ Type: **Debugger**

#### .[beforeLaunch(options)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L260-L262)
#### .[beforeLaunch(options)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L256-L258)

@@ -327,3 +327,3 @@ - `options` **any** Puppeteer launch options

#### .[afterLaunch(browser, opts)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L291-L296)
#### .[afterLaunch(browser, opts)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L287-L292)

@@ -361,3 +361,3 @@ - `browser` **Puppeteer.Browser** The `puppeteer` browser instance.

#### .[beforeConnect(options)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L309-L311)
#### .[beforeConnect(options)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L305-L307)

@@ -375,3 +375,3 @@ - `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** Puppeteer connect options

#### .[afterConnect(browser, opts)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L323-L325)
#### .[afterConnect(browser, opts)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L319-L321)

@@ -388,3 +388,3 @@ - `browser` **Puppeteer.Browser** The `puppeteer` browser instance.

#### .[onBrowser(browser, opts)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L339-L341)
#### .[onBrowser(browser, opts)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L335-L337)

@@ -407,3 +407,3 @@ - `browser` **Puppeteer.Browser** The `puppeteer` browser instance.

#### .[onTargetCreated(target)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L352-L354)
#### .[onTargetCreated(target)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L348-L350)

@@ -420,3 +420,3 @@ - `target` **Puppeteer.Target**

#### .[onPageCreated(page, target)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L375-L377)
#### .[onPageCreated(page, target)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L371-L373)

@@ -447,3 +447,3 @@ - `page` **Puppeteer.Page**

#### .[onTargetChanged(target)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L388-L390)
#### .[onTargetChanged(target)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L384-L386)

@@ -460,3 +460,3 @@ - `target` **Puppeteer.Target**

#### .[onTargetDestroyed(target)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L401-L403)
#### .[onTargetDestroyed(target)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L397-L399)

@@ -473,3 +473,3 @@ - `target` **Puppeteer.Target**

#### .[onDisconnected()](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L412-L414)
#### .[onDisconnected()](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L408-L410)

@@ -485,3 +485,3 @@ Called when Puppeteer gets disconnected from the Chromium instance.

#### .[onClose()](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L428-L430)
#### .[onClose()](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L424-L426)

@@ -501,3 +501,3 @@ **Deprecated:** Since puppeteer v1.6.0 `onDisconnected` has been improved

#### .[onPluginRegistered()](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L437-L439)
#### .[onPluginRegistered()](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L433-L435)

@@ -510,3 +510,3 @@ After the plugin has been registered in `puppeteer-extra`.

#### .[getDataFromPlugins(name?)](https://github.com/berstend/puppeteer-extra/blob/babb041828cab50c525e0b9aab02d58f73416ef3/packages/puppeteer-extra-plugin/src/index.ts#L452-L454)
#### .[getDataFromPlugins(name?)](https://github.com/berstend/puppeteer-extra/blob/bd73a05835ef5bd19565330188ad69d49431b7ea/packages/puppeteer-extra-plugin/src/index.ts#L448-L450)

@@ -513,0 +513,0 @@ - `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Filter data by `name` property

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