New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ac-io

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

ac-io - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

29

package.json
{
"name": "ac-io",
"version": "1.0.4",
"description": "Module for anti-captcha easy management.",
"version": "2.0.0",
"description": "",
"main": "index.js",

@@ -11,24 +11,11 @@ "scripts": {

"type": "git",
"url": "git+https://github.com/UltraShock98/ac-io.git"
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"dependencies": {
"base-io": "^1.0.1",
"bluebird": "^3.4.0",
"request-promise": "^3.0.0"
},
"keywords": [
"node",
"api",
"anti",
"captcha",
"promise",
"antigate",
"rucaptcha"
],
"author": "https://vk.com/id195624402",
"license": "MIT",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UltraShock98/ac-io/issues"
"url": "https://github.com/npm/deprecate-holder/issues"
},
"homepage": "https://github.com/UltraShock98/ac-io#readme"
"homepage": "https://github.com/npm/deprecate-holder#readme",
"dependencies": {}
}

@@ -1,105 +0,5 @@

# ac-io
###Russian
Модуль для удобного управления anti-captcha.com
# Deprecated Package
## npm зависимости
* bluebird
* request-promise
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
## Использование
Инициализация
```javascript
'use strict';
var ac = new (require('ac-io'));
```
Конфигурация
```javascript
ac.setting({
key: 'Ключ anti-captcha, 32 символа',
dir: 'Своя директория для скачивания капчи, можно не ставить',
url: 'http://anti-captcha.com' // Если использовать другой сервис
});
```
Загрузка капчи по ссылке
```javascript
ac.url('https://api.vk.com/captcha.php?sid=123456')
.then((captcha) => {
// captcha.id - Id капчи
// captcha.code - Код с капчи
})
```
Загрузка капчи в base64
```javascript
ac.base64('...')
.then((captcha) => {
// captcha.id - Id капчи
// captcha.code - Код с капчи
})
```
Пожаловаться на капчу
```javascript
ac.report(id)
.then(() => {
// Жалоба отправлена
})
```
Получить баланс пользователя
```javascript
ac.balance()
.then((balance) => {
// Ваш баланс
})
```
###English
Module for easy management anti-captcha.com
## npm depending
* bluebird
* request-promise
## Using
Initialization
```javascript
'use strict';
var ac = new (require('ac-io'));
```
Configuration
```javascript
ac.setting({
key: 'Key anti-captcha, 32 characters',
dir: 'Its directory for downloads captcha, you can not put',
url: 'http://anti-captcha.com' // If you use another service
});
```
Loading captcha here.
```javascript
ac.url('https://api.vk.com/captcha.php?sid=123456')
.then((captcha) => {
// captcha.id - Id captcha
// captcha.code - Code with captcha
})
```
Loading captcha to base64
```javascript
ac.base64('...')
.then((captcha) => {
// captcha.id - Id captcha
// captcha.code - Code with captcha
})
```
Report captcha
```javascript
ac.report(id)
.then(() => {
// Complaint submitted
})
```
Get the user's balance
```javascript
ac.balance()
.then((balance) => {
// Your balance
})
```
Please contact support@npmjs.com if you have questions about this package.
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