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

9

History.md
4.10.2 / 2017-10-20
==================
**fixes**
* [[`22fbad2`](http://github.com/ali-sdk/ali-oss/commit/22fbad2664f75c70c52e2db1ded31e762abf43d4)] - fix: getStream support options.process (#304) (饶培泽 <<peizerao@gmail.com>>)
**others**
* [[`fc3cd7f`](http://github.com/ali-sdk/ali-oss/commit/fc3cd7fc394de5cbc98aada7bf95e7344451d505)] - docs: update the full name of OSS (#297) (David Chen <<tianniu_chen@163.com>>)
4.10.1 / 2017-08-30

@@ -3,0 +12,0 @@ ==================

@@ -207,2 +207,8 @@ 'use strict';

options = options || {};
if (options.process) {
options.subres = options.subres || {};
options.subres['x-oss-process'] = options.process;
}
var params = this._objectRequestParams('GET', name, options);

@@ -209,0 +215,0 @@ params.customResponse = true;

5

package.json
{
"name": "ali-oss",
"version": "4.10.1",
"description": "aliyun oss(open storage service) node client",
"version": "4.10.2",
"description": "aliyun oss(object storage service) node client",
"main": "lib/client.js",

@@ -63,2 +63,3 @@ "files": [

"sinon": "^1.17.6",
"stream-equal": "^1.1.0",
"thunk-mocha": "^1.0.3",

@@ -65,0 +66,0 @@ "uglify-js": "^2.7.1"

README.md

Sorry, the diff of this file is too big to display

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