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

bestcaptchasolver

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bestcaptchasolver - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

examples/geetest.js

@@ -27,2 +27,3 @@ #!/usr/bin/node

challenge: 'CHALLENGE_HERE',
// api_server: 'GT_DOMAIN_HERE', // optional
// affiliate_id: 'ID of affiliate' // optional

@@ -44,2 +45,2 @@ });

example(); // run example
example(); // run example
{
"name": "bestcaptchasolver",
"version": "1.1.0",
"version": "1.1.1",
"description": "bestcaptchasolve-nodejs is a super easy to use bypass captcha nodeJS API wrapper for bestcaptchasolver.com captcha service ",

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

@@ -83,2 +83,3 @@ bestcaptchasolver - Bestcaptchasolver nodeJS client API library

- challenge
- api_server (optional)

@@ -90,2 +91,3 @@ ```javascript

challenge: 'CHALLENGE_HERE',
// api_server: 'GT_DOMAIN_HERE', // optional
// affiliate_id: 'ID of affiliate' // optional

@@ -92,0 +94,0 @@ }).then(function (id)) { /* use id to retrieve solution */ };

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