Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ali-oss

Package Overview
Dependencies
Maintainers
4
Versions
127
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 4.10.0 to 4.10.1

6

History.md
4.10.1 / 2017-08-30
==================
* fix issue #288: startsWith not support by ie11 (#289)
* fix: add 4.10.0 dist
4.10.0 / 2017-08-07

@@ -3,0 +9,0 @@ ==================

3

lib/client.js

@@ -513,4 +513,5 @@ 'use strict';

var suffix = internal ? '-internal.aliyuncs.com' : '.aliyuncs.com';
var prefix = 'vpc100-oss-cn-';
// aliyun VPC region: https://help.aliyun.com/knowledge_detail/38740.html
if (region.startsWith('vpc100-oss-cn-')) {
if (region.substr(0, prefix.length) === prefix) {
suffix = '.aliyuncs.com';

@@ -517,0 +518,0 @@ }

{
"name": "ali-oss",
"version": "4.10.0",
"version": "4.10.1",
"description": "aliyun oss(open storage service) node client",

@@ -89,2 +89,2 @@ "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