puppeteer-extra-plugin
Advanced tools
Comparing version 2.0.9 to 2.1.1
{ | ||
"name": "puppeteer-extra-plugin", | ||
"version": "2.0.9", | ||
"version": "2.1.1", | ||
"description": "Base class for puppeteer-extra plugins.", | ||
@@ -38,3 +38,4 @@ "main": "index.js", | ||
"puppeteer-extra": "*" | ||
} | ||
}, | ||
"gitHead": "2783eda8b71df3eb3e360614302c08007d467628" | ||
} |
@@ -37,3 +37,3 @@ # puppeteer-extra-plugin | ||
### [PuppeteerExtraPlugin](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L47-L505) | ||
### [PuppeteerExtraPlugin](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L47-L505) | ||
@@ -90,3 +90,3 @@ Base class for `puppeteer-extra` plugins. | ||
#### [name](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L71-L71) | ||
#### [name](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L71-L71) | ||
@@ -110,3 +110,3 @@ Plugin name (required). | ||
#### [defaults](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L95-L95) | ||
#### [defaults](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L95-L95) | ||
@@ -140,3 +140,3 @@ - **See: opts** | ||
#### [requirements](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L123-L123) | ||
#### [requirements](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L123-L123) | ||
@@ -174,3 +174,3 @@ Plugin requirements (optional). | ||
#### [dependencies](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L138-L138) | ||
#### [dependencies](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L138-L138) | ||
@@ -194,3 +194,3 @@ Plugin dependencies (optional). | ||
#### [data](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L173-L173) | ||
#### [data](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L173-L173) | ||
@@ -235,3 +235,3 @@ - **See: getDataFromPlugins** | ||
#### [opts](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L191-L191) | ||
#### [opts](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L191-L191) | ||
@@ -259,3 +259,3 @@ - **See: defaults** | ||
#### [debug](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L211-L211) | ||
#### [debug](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L211-L211) | ||
@@ -285,3 +285,3 @@ Convenience debug logger based on the [debug] module. | ||
#### [beforeLaunch](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L231-L231) | ||
#### [beforeLaunch](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L231-L231) | ||
@@ -311,3 +311,3 @@ Before a new browser instance is created/launched. | ||
#### [afterLaunch](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L261-L261) | ||
#### [afterLaunch](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L261-L261) | ||
@@ -348,3 +348,3 @@ After the browser has launched. | ||
#### [beforeConnect](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L274-L274) | ||
#### [beforeConnect](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L274-L274) | ||
@@ -364,3 +364,3 @@ Before connecting to an existing browser instance. | ||
#### [afterConnect](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L286-L286) | ||
#### [afterConnect](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L286-L286) | ||
@@ -379,3 +379,3 @@ After connecting to an existing browser instance. | ||
#### [onBrowser](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L300-L300) | ||
#### [onBrowser](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L300-L300) | ||
@@ -397,3 +397,3 @@ Called when a browser instance is available. | ||
#### [onTargetCreated](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L311-L311) | ||
#### [onTargetCreated](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L311-L311) | ||
@@ -412,3 +412,3 @@ Called when a target is created, for example when a new page is opened by window.open or browser.newPage. | ||
#### [onPageCreated](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L332-L332) | ||
#### [onPageCreated](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L332-L332) | ||
@@ -440,3 +440,3 @@ Same as `onTargetCreated` but prefiltered to only contain Pages, for convenience. | ||
#### [onTargetChanged](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L343-L343) | ||
#### [onTargetChanged](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L343-L343) | ||
@@ -455,3 +455,3 @@ Called when the url of a target changes. | ||
#### [onTargetDestroyed](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L354-L354) | ||
#### [onTargetDestroyed](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L354-L354) | ||
@@ -470,3 +470,3 @@ Called when a target is destroyed, for example when a page is closed. | ||
#### [onDisconnected](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L363-L363) | ||
#### [onDisconnected](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L363-L363) | ||
@@ -484,3 +484,3 @@ Called when Puppeteer gets disconnected from the Chromium instance. | ||
#### [onClose](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L377-L377) | ||
#### [onClose](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L377-L377) | ||
@@ -502,3 +502,3 @@ **Deprecated:** Since puppeteer v1.6.0 `onDisconnected` has been improved | ||
#### [onPluginRegistered](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L384-L384) | ||
#### [onPluginRegistered](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L384-L384) | ||
@@ -513,3 +513,3 @@ After the plugin has been registered in `puppeteer-extra`. | ||
#### [getDataFromPlugins](https://github.com/berstend/puppeteer-extra/blob/51b6ec074e942f74a31b823e3df5cdb85358b4fc/packages/puppeteer-extra-plugin/index.js#L397-L397) | ||
#### [getDataFromPlugins](https://github.com/berstend/puppeteer-extra/blob/db57ea66cf10d407cf63af387892492e495a84f2/packages/puppeteer-extra-plugin/index.js#L397-L397) | ||
@@ -516,0 +516,0 @@ - **See: data** |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
45059
6
1