Socket
Socket
Sign inDemoInstall

puppeteer-extra-plugin-recaptcha-2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin-recaptcha-2 - npm Package Compare versions

Comparing version 3.0.8 to 3.1.0

4

dist/index.cjs.js
/*!
* puppeteer-extra-plugin-recaptcha-2 v3.0.8 by berstend
* puppeteer-extra-plugin-recaptcha-2 v3.1.0 by berstend
* https://github.com/MikhailGlv/puppeteer-extra-plugin-recaptcha-custom

@@ -526,4 +526,2 @@ * @license MIT

this.debug('onPageCreated');
// Make sure we can run our content script
await page.setBypassCSP(true);
// Add custom page methods

@@ -530,0 +528,0 @@ page.findRecaptchas = async () => this.findRecaptchas(page);

/*!
* puppeteer-extra-plugin-recaptcha-2 v3.0.8 by berstend
* puppeteer-extra-plugin-recaptcha-2 v3.1.0 by berstend
* https://github.com/MikhailGlv/puppeteer-extra-plugin-recaptcha-custom

@@ -520,4 +520,2 @@ * @license MIT

this.debug('onPageCreated');
// Make sure we can run our content script
await page.setBypassCSP(true);
// Add custom page methods

@@ -524,0 +522,0 @@ page.findRecaptchas = async () => this.findRecaptchas(page);

@@ -143,4 +143,2 @@ "use strict";

this.debug('onPageCreated');
// Make sure we can run our content script
await page.setBypassCSP(true);
// Add custom page methods

@@ -147,0 +145,0 @@ page.findRecaptchas = async () => this.findRecaptchas(page);

{
"name": "puppeteer-extra-plugin-recaptcha-2",
"version": "3.0.8",
"version": "3.1.0",
"description": "A puppeteer-extra plugin to solve reCAPTCHAs automatically.",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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