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

ali-oss

Package Overview
Dependencies
Maintainers
3
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.1.6 to 4.1.7

5

History.md
4.1.7 / 2016-03-30
==================
* Trim access key id/secret
4.1.6 / 2016-03-16

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

2

lib/client.js

@@ -60,2 +60,4 @@ /**

copy(options).and(DEFAULT_OPTIONS).to(this.options);
this.options.accessKeyId = this.options.accessKeyId.trim();
this.options.accessKeySecret = this.options.accessKeySecret.trim();

@@ -62,0 +64,0 @@ this.options.timeout = ms(this.options.timeout);

2

package.json
{
"name": "ali-oss",
"version": "4.1.6",
"version": "4.1.7",
"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