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
6
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 6.1.0 to 6.1.1-beta.1

9

CHANGELOG.md

@@ -5,4 +5,11 @@ # Change Log

<a name="6.1.1-beta.1"></a>
## [6.1.1-beta.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.1.0...v6.1.1-beta.1) (2019-01-06)
### Bug Fixes
* support useFetch options to resovle browser compatibility
<a name="6.1.0"></a>
## [6.1.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.2...v6.1.0) (2019-01-06)
## [6.1.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.2...v6.1.0) (2019-04-08)

@@ -9,0 +16,0 @@ ### Features

@@ -107,3 +107,4 @@

cname: false,
isRequestPay: false
isRequestPay: false,
useFetch: true
};

@@ -295,2 +296,6 @@

const reqParams = this.createRequest(params);
if (!this.options.useFetch) {
reqParams.params.mode = 'disable-fetch';
}
let result;

@@ -297,0 +302,0 @@ let reqErr;

2

lib/browser/version.js

@@ -1,1 +0,1 @@

exports.version="6.1.0"
exports.version="6.1.1-beta.1"
{
"name": "ali-oss",
"version": "6.1.0",
"version": "6.1.1-beta.1",
"description": "aliyun oss(object storage service) node client",

@@ -123,3 +123,3 @@ "main": "lib/client.js",

"stream-wormhole": "^1.0.4",
"urllib": "^2.17.1",
"urllib": "^2.33.1",
"utility": "^1.8.0",

@@ -126,0 +126,0 @@ "xml2js": "^0.4.16"

@@ -645,2 +645,3 @@ 'use strict';

// request headers checker will throw error
options.mode = args.mode ? args.mode : '';
try {

@@ -647,0 +648,0 @@ req = httplib.request(options, onResponse);

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

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

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