captcha-solver-provider
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "captcha-solver-provider", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Abstract base class for captcha solver providers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ # captcha-solver-provider | ||
### [CaptchaSolverProvider](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L6-L49) | ||
### [CaptchaSolverProvider](https://github.com/transitive-bullshit/captcha-solver/blob/d779c7a87541decd9422a715c3e7e503a49fd0bb/packages/captcha-solver-provider/index.js#L6-L49) | ||
@@ -36,3 +36,3 @@ Abstract base class for captcha solver providers. | ||
#### [name](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L12-L14) | ||
#### [name](https://github.com/transitive-bullshit/captcha-solver/blob/d779c7a87541decd9422a715c3e7e503a49fd0bb/packages/captcha-solver-provider/index.js#L12-L14) | ||
@@ -45,3 +45,3 @@ Provider name. | ||
#### [supportedTaskTypes](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L21-L23) | ||
#### [supportedTaskTypes](https://github.com/transitive-bullshit/captcha-solver/blob/d779c7a87541decd9422a715c3e7e503a49fd0bb/packages/captcha-solver-provider/index.js#L21-L23) | ||
@@ -54,3 +54,3 @@ Set containing task types supported by this provider. | ||
#### [createTask](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L34-L36) | ||
#### [createTask](https://github.com/transitive-bullshit/captcha-solver/blob/d779c7a87541decd9422a715c3e7e503a49fd0bb/packages/captcha-solver-provider/index.js#L34-L36) | ||
@@ -67,3 +67,3 @@ Creates a new captcha solving task. | ||
#### [getTaskResult](https://github.com/transitive-bullshit/captcha-solver/blob/170214d0031b20cd05080088b16434b7b900386d/packages/captcha-solver-provider/index.js#L46-L48) | ||
#### [getTaskResult](https://github.com/transitive-bullshit/captcha-solver/blob/d779c7a87541decd9422a715c3e7e503a49fd0bb/packages/captcha-solver-provider/index.js#L46-L48) | ||
@@ -70,0 +70,0 @@ Fetches the result of a previously created captcha solving task. |
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
5887
4
56