Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

captcha-solver-provider

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-solver-provider - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc