Comparing version 1.0.4 to 2.0.0
{ | ||
"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": {} | ||
} |
106
README.md
@@ -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. |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
0
690
2
0
6
4
- Removedbase-io@^1.0.1
- Removedbluebird@^3.4.0
- Removedrequest-promise@^3.0.0
- Removedajv@6.12.6(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbase-io@1.0.3(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcore-util-is@1.0.2(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedrequest@2.88.2(transitive)
- Removedrequest-promise@3.0.0(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removeduuid@3.4.0(transitive)
- Removedverror@1.10.0(transitive)