Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-extra-plugin-stealth

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.4.13 to 2.4.14

21

package.json
{
"name": "puppeteer-extra-plugin-stealth",
"version": "2.4.13",
"version": "2.4.14",
"description": "Stealth mode: Applies various techniques to make detection of headless puppeteer harder.",

@@ -12,7 +12,11 @@ "main": "index.js",

"scripts": {
"docs": "yarn docs-for-plugin && yarn docs-for-evasions && yarn types",
"docs-for-plugin": "documentation readme --quiet --shallow --github --markdown-theme transitivebs --readme-file readme.md --section API index.js && npx prettier --write readme.md",
"docs-for-evasions": "cd ./evasions && loop \"documentation readme --quiet --shallow --github --markdown-theme transitivebs --readme-file readme.md --section API index.js && npx prettier --write readme.md\"",
"test": "ava --concurrency 2 -v && eslint --ext .js .",
"test-ci": "yarn test",
"docs": "run-s docs-for-plugin docs-for-evasions types",
"docs-for-plugin": "documentation readme --quiet --shallow --github --markdown-theme transitivebs --readme-file readme.md --section API index.js",
"postdocs-for-plugin": "npx prettier --write readme.md",
"docs-for-evasions": "cd ./evasions && loop \"documentation readme --quiet --shallow --github --markdown-theme transitivebs --readme-file readme.md --section API index.js\"",
"postdocs-for-evasions": "cd ./evasions && loop \"npx prettier --write readme.md\"",
"lint": "eslint --ext .js .",
"test:js": "ava --concurrency 2 -v",
"test": "run-p test:js lint",
"test-ci": "run-s test",
"types": "npx --package typescript@3.7 tsc --emitDeclarationOnly --declaration --allowJs index.js"

@@ -46,2 +50,3 @@ },

"loop": "^3.0.6",
"npm-run-all": "^4.1.5",
"puppeteer": "^2.0.0"

@@ -51,5 +56,5 @@ },

"debug": "^4.1.1",
"puppeteer-extra-plugin": "^3.1.6"
"puppeteer-extra-plugin": "^3.1.7"
},
"gitHead": "4c33d3743722204de71a3d9b4e53d77f7aee835e"
"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