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.1 to 1.0.2

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,6 +22,9 @@ 'use strict';

exports.setting = function(object){
/* Копируем объект */
var setting = this.extend({},this.settings);
/* Наследуем конфиг */
this.settings = this.extend({},this.settings,object);
this.settings = this.extend(setting,object);
return this;
};
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