captcha-solver-provider
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "captcha-solver-provider", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Abstract base class for captcha solver providers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # captcha-solver-provider | ||
[![NPM](https://img.shields.io/npm/v/captcha-solver-provider.svg)](https://www.npmjs.com/package/captcha-solver-provider) [![Build Status](https://travis-ci.org/transitive-bullshit/captcha-solver.svg?branch=master)](https://travis-ci.org/transitive-bullshit/captcha-solver) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
[![NPM](https://img.shields.io/npm/v/captcha-solver-provider.svg)](https://www.npmjs.com/package/captcha-solver-provider) [![Build Status](https://travis-ci.com/transitive-bullshit/captcha-solver.svg?branch=master)](https://travis-ci.com/transitive-bullshit/captcha-solver) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
@@ -28,3 +28,3 @@ ## Install | ||
### [CaptchaSolverProvider](https://github.com/transitive-bullshit/captcha-solver/blob/e697b8de4e44a824ca8fb8849ffd33245037a55e/packages/captcha-solver-provider/index.js#L6-L49) | ||
### [CaptchaSolverProvider](https://github.com/transitive-bullshit/captcha-solver/blob/ec5e0649a40d0489264905d80a991f071703fce2/packages/captcha-solver-provider/index.js#L6-L49) | ||
@@ -37,3 +37,3 @@ Abstract base class for captcha solver providers. | ||
#### [name](https://github.com/transitive-bullshit/captcha-solver/blob/e697b8de4e44a824ca8fb8849ffd33245037a55e/packages/captcha-solver-provider/index.js#L12-L14) | ||
#### [name](https://github.com/transitive-bullshit/captcha-solver/blob/ec5e0649a40d0489264905d80a991f071703fce2/packages/captcha-solver-provider/index.js#L12-L14) | ||
@@ -46,3 +46,3 @@ Provider name. | ||
#### [supportedTaskTypes](https://github.com/transitive-bullshit/captcha-solver/blob/e697b8de4e44a824ca8fb8849ffd33245037a55e/packages/captcha-solver-provider/index.js#L21-L23) | ||
#### [supportedTaskTypes](https://github.com/transitive-bullshit/captcha-solver/blob/ec5e0649a40d0489264905d80a991f071703fce2/packages/captcha-solver-provider/index.js#L21-L23) | ||
@@ -55,3 +55,3 @@ Set containing task types supported by this provider. | ||
#### [createTask](https://github.com/transitive-bullshit/captcha-solver/blob/e697b8de4e44a824ca8fb8849ffd33245037a55e/packages/captcha-solver-provider/index.js#L34-L36) | ||
#### [createTask](https://github.com/transitive-bullshit/captcha-solver/blob/ec5e0649a40d0489264905d80a991f071703fce2/packages/captcha-solver-provider/index.js#L34-L36) | ||
@@ -68,3 +68,3 @@ Creates a new captcha solving task. | ||
#### [getTaskResult](https://github.com/transitive-bullshit/captcha-solver/blob/e697b8de4e44a824ca8fb8849ffd33245037a55e/packages/captcha-solver-provider/index.js#L46-L48) | ||
#### [getTaskResult](https://github.com/transitive-bullshit/captcha-solver/blob/ec5e0649a40d0489264905d80a991f071703fce2/packages/captcha-solver-provider/index.js#L46-L48) | ||
@@ -71,0 +71,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