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

twitch-account

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-account - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

dist/services/anticaptcha.service.js

@@ -33,4 +33,4 @@ "use strict";

}
: undefined;
const taskId = yield this.client.createTask(Object.assign({ type: proxy ? anticaptcha_1.TaskTypes.FUN_CAPTCHA : 'FunCaptchaTaskProxyless', websiteURL: options.url, websitePublicKey: options.key, userAgent: this.userAgent }, proxy));
: {};
const taskId = yield this.client.createTask(Object.assign({ type: this.proxy ? anticaptcha_1.TaskTypes.FUN_CAPTCHA : 'FunCaptchaTaskProxyless', websiteURL: options.url, websitePublicKey: options.key, userAgent: this.userAgent }, proxy));
const { solution: { token }, } = yield this.client.getTaskResult(taskId, options.retry || 20, options.retryInterval || 2000);

@@ -37,0 +37,0 @@ return token;

{
"name": "twitch-account",
"description": "Create a twitch account",
"version": "1.1.2",
"version": "1.1.3",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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