Socket
Socket
Sign inDemoInstall

puppeteer-extra-plugin-recaptcha

Package Overview
Dependencies
139
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

10

dist/index.cjs.js
/*!
* puppeteer-extra-plugin-recaptcha v3.2.0 by berstend
* puppeteer-extra-plugin-recaptcha v3.2.1 by berstend
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-recaptcha

@@ -468,2 +468,6 @@ * @license MIT

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.write(postData);

@@ -510,2 +514,6 @@ request.end();

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.write(postData);

@@ -512,0 +520,0 @@ request.end();

/*!
* puppeteer-extra-plugin-recaptcha v3.2.0 by berstend
* puppeteer-extra-plugin-recaptcha v3.2.1 by berstend
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-recaptcha

@@ -462,2 +462,6 @@ * @license MIT

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.write(postData);

@@ -504,2 +508,6 @@ request.end();

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.write(postData);

@@ -506,0 +514,0 @@ request.end();

@@ -102,2 +102,6 @@ "use strict";

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.write(postData);

@@ -144,2 +148,6 @@ request.end();

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.write(postData);

@@ -167,2 +175,6 @@ request.end();

});
request.on('error', function (e) {
request.destroy();
callback(e);
});
request.end();

@@ -169,0 +181,0 @@ };

4

package.json
{
"name": "puppeteer-extra-plugin-recaptcha",
"version": "3.2.1",
"version": "3.2.2",
"description": "A puppeteer-extra plugin to solve reCAPTCHAs automatically.",

@@ -73,3 +73,3 @@ "main": "dist/index.cjs.js",

},
"gitHead": "caba9458527f44f181819d69dcce37ac40efe521"
"gitHead": "ed238b4cbf716fbabc4a5f64c949e773ae92c80f"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc