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

ali-oss

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ali-oss - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

5

History.md
3.1.1 / 2015-10-23
==================
* fix(cluster): simplify cluster config
3.1.0 / 2015-10-23

@@ -3,0 +8,0 @@ ==================

5

lib/cluster.js

@@ -21,6 +21,7 @@ /**!

const ready = require('get-ready');
const copy = require('copy-to');
const currentIP = require('address').ip();
const RR = 'roundRobin';
const MS = 'masterSlave';
module.exports = function (oss) {

@@ -43,3 +44,3 @@ function Client(options) {

let opt = options.cluster[i];
opt.timeout = opt.timeout || options.timeout;
copy(options).pick('timeout', 'agent', 'urllib').to(opt);
this.clients.push(oss(opt));

@@ -46,0 +47,0 @@ this.availables[i] = true;

2

package.json
{
"name": "ali-oss",
"version": "3.1.0",
"version": "3.1.1",
"description": "aliyun oss(open storage service) node client",

@@ -5,0 +5,0 @@ "main": "lib/client.js",

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