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.0 to 1.0.1

11

package.json
{
"name": "ac-io",
"version": "1.0.0",
"version": "1.0.1",
"description": "Module for anti-captcha easy management.",

@@ -15,11 +15,12 @@ "main": "index.js",

"bluebird": "^3.3.1",
"merge-util": "^0.3.1",
"request-promise": "^2.0.0"
},
"keywords": [
"node",
"keywords": [
"anti",
"antigate",
"api",
"anti",
"captcha",
"node",
"promise",
"antigate",
"rucaptcha"

@@ -26,0 +27,0 @@ ],

@@ -6,3 +6,6 @@ 'use strict';

/* Работа с наследованием */
exports.extend = require('merge-util');
/* Работа с http */
exports.request = require('request-promise');

@@ -23,5 +23,5 @@ 'use strict';

/* Наследуем конфиг */
Object.assign(this.settings,object);
this.settings = this.extend({},this.settings,object);
return this;
};

@@ -7,2 +7,3 @@ # ac-io

* bluebird
* merge-util
* request-promise

@@ -9,0 +10,0 @@

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