captcha-solver-provider
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -43,2 +43,4 @@ 'use strict' | ||
* @param {object} [opts] - Options | ||
* | ||
* @return {Promise<object>} | ||
*/ | ||
@@ -45,0 +47,0 @@ async getTaskResult (taskId, opts) { |
{ | ||
"name": "captcha-solver-provider", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Abstract base class for captcha solver providers.", | ||
"main": "index.js", | ||
"repository": "transitive-bullshit/captcha-solver-provider", | ||
"repository": "transitive-bullshit/captcha-solver", | ||
"author": "Travis Fischer <travis@automagical.ai>", | ||
@@ -34,4 +34,3 @@ "license": "MIT", | ||
"update-markdown-jsdoc": "^1.0.2" | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
@@ -23,6 +23,7 @@ # captcha-solver-provider | ||
- [name](#name) | ||
- [supportedTaskTypes](#supportedtasktypes) | ||
- [createTask](#createtask) | ||
- [getTaskResult](#gettaskresult) | ||
### CaptchaSolverProvider | ||
### [CaptchaSolverProvider](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L6-L49) | ||
@@ -35,3 +36,3 @@ Abstract base class for captcha solver providers. | ||
#### name | ||
#### [name](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L12-L14) | ||
@@ -44,4 +45,12 @@ Provider name. | ||
#### createTask | ||
#### [supportedTaskTypes](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L21-L23) | ||
Set containing task types supported by this provider. | ||
Type: [Set](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)> | ||
* * * | ||
#### [createTask](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L34-L36) | ||
Creates a new captcha solving task. | ||
@@ -57,5 +66,5 @@ | ||
#### getTaskResult | ||
#### [getTaskResult](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L46-L48) | ||
Fetches the result of a previously created Captcha solving task. | ||
Fetches the result of a previously created captcha solving task. | ||
@@ -62,0 +71,0 @@ Type: `function (taskId, opts)` |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5554
46
85