bestcaptchasolver
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 */ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24018
425
171