puppeteer-extra-plugin-block-resources
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "puppeteer-extra-plugin-block-resources", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Block resources (images, media, etc.) in puppeteer.", | ||
@@ -34,4 +34,4 @@ "main": "index.js", | ||
"debug": "^3.1.0", | ||
"puppeteer-extra-plugin": "^2.0.2" | ||
"puppeteer-extra-plugin": "^2.0.3" | ||
} | ||
} |
# puppeteer-extra-plugin-block-resources | ||
> A plugin in for [puppeteer-extra](https://github.com/berstend/puppeteer-extra). | ||
> A plugin for [puppeteer-extra](https://github.com/berstend/puppeteer-extra). | ||
@@ -21,3 +21,3 @@ ### Install | ||
### [Plugin](https://github.com/berstend/puppeteer-extra/blob/0c602d0d23de6459fc91a647e3bd9688357c8bba/packages/puppeteer-extra-plugin-block-resources/index.js#L41-L104) | ||
### [Plugin](https://github.com/berstend/puppeteer-extra/blob/2fefa134bd3d12f4a1e9f7ed86f44443b38d1098/packages/puppeteer-extra-plugin-block-resources/index.js#L41-L104) | ||
@@ -68,3 +68,3 @@ **Extends: PuppeteerExtraPlugin** | ||
#### [availableTypes](https://github.com/berstend/puppeteer-extra/blob/0c602d0d23de6459fc91a647e3bd9688357c8bba/packages/puppeteer-extra-plugin-block-resources/index.js#L75-L75) | ||
#### [availableTypes](https://github.com/berstend/puppeteer-extra/blob/2fefa134bd3d12f4a1e9f7ed86f44443b38d1098/packages/puppeteer-extra-plugin-block-resources/index.js#L75-L75) | ||
@@ -79,3 +79,3 @@ Get all available resource types. | ||
#### [blockedTypes](https://github.com/berstend/puppeteer-extra/blob/0c602d0d23de6459fc91a647e3bd9688357c8bba/packages/puppeteer-extra-plugin-block-resources/index.js#L84-L84) | ||
#### [blockedTypes](https://github.com/berstend/puppeteer-extra/blob/2fefa134bd3d12f4a1e9f7ed86f44443b38d1098/packages/puppeteer-extra-plugin-block-resources/index.js#L84-L84) | ||
@@ -82,0 +82,0 @@ Get all blocked resource types. |
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
9926