New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-extra-plugin-adblocker

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin-adblocker - npm Package Compare versions

Comparing version 2.11.5 to 2.11.6

31

package.json
{
"name": "puppeteer-extra-plugin-adblocker",
"version": "2.11.5",
"version": "2.11.6",
"description": "A puppeteer-extra plugin to block ads and trackers.",

@@ -16,8 +16,12 @@ "main": "dist/index.cjs.js",

"scripts": {
"clean": "rm -rf dist/*",
"clean": "rimraf dist/*",
"tscheck": "tsc --pretty --noEmit",
"build": "yarn clean && tsc --module commonjs && rollup -c rollup.config.ts",
"docs": "exit 0",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ava -v src/**.test.ts",
"test-ci": "yarn build && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ava --fail-fast -v dist/*.test.js"
"prebuild": "run-s clean",
"build": "run-s build:tsc build:rollup",
"build:tsc": "tsc --module commonjs",
"build:rollup": "rollup -c rollup.config.ts",
"docs": "node -e 0",
"test": "ava -v --config ava.config-ts.js",
"pretest-ci": "run-s build",
"test-ci": "ava --fail-fast -v"
},

@@ -27,11 +31,2 @@ "engines": {

},
"ava": {
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"prettier": {

@@ -55,3 +50,5 @@ "printWidth": 80,

"ava": "^2.4.0",
"npm-run-all": "^4.1.5",
"puppeteer": "2.0.0",
"rimraf": "^3.0.0",
"ts-node": "^8.5.4",

@@ -68,3 +65,3 @@ "tslint": "^5.20.1",

"node-fetch": "^2.6.0",
"puppeteer-extra-plugin": "^3.1.6"
"puppeteer-extra-plugin": "^3.1.7"
},

@@ -74,3 +71,3 @@ "peerDependencies": {

},
"gitHead": "d35cc36fd80afbe9aa3f04496d7b919ee23d65a0"
"gitHead": "e5ea80a38701bb98dd8e1313bdadb95b90ab5d18"
}
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