@antiadmin/anticaptchaofficial
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "@antiadmin/anticaptchaofficial", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Official Anti-Captcha.com npm library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,3 +40,3 @@ ## Official Anti-Captcha.com npm module ## | ||
``` | ||
Report last solved image captcha as incorrect (must read [this](https://anticaptcha.atlassian.net/wiki/spaces/API/pages/48693258/reportIncorrectImageCaptcha+send+complaint+on+an+image+captcha) before using): | ||
Report last solved image captcha as incorrect (must read [this](https://anti-captcha.com/apidoc/methods/reportIncorrectImageCaptcha) before using): | ||
```javascript | ||
@@ -61,3 +61,3 @@ ac.reportIncorrectImageCaptcha(); | ||
Report last solved Recaptcha v2/v3 as incorrect (must read [this](https://anticaptcha.atlassian.net/wiki/spaces/API/pages/632193041/reportIncorrectRecaptcha+send+complaint+on+a+Recaptcha) before using): | ||
Report last solved Recaptcha v2/v3 as incorrect (must read [this](https://anti-captcha.com/apidoc/methods/reportIncorrectRecaptcha) before using): | ||
```javascript | ||
@@ -67,3 +67,3 @@ ac.reportIncorrectRecaptcha(); | ||
Report Recaptcha v3 as correctly solved (more info [here](https://anticaptcha.atlassian.net/wiki/spaces/API/pages/1766948865/reportCorrectRecaptcha) before using): | ||
Report Recaptcha v3 as correctly solved (more info [here](https://anti-captcha.com/apidoc/methods/reportCorrectRecaptcha) before using): | ||
```javascript | ||
@@ -70,0 +70,0 @@ ac.reportCorrectRecaptcha(); |
Sorry, the diff of this file is not supported yet
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
34431