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

ali-oss

Package Overview
Dependencies
Maintainers
7
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 6.13.1 to 6.13.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [6.13.2](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.13.1...v6.13.2) (2021-01-21)
### Bug Fixes
* not use `object spread operator` because of the low version of Node.js ([#921](https://github.com/aliyun/oss-nodejs-sdk/issues/921)) ([cd50f88](https://github.com/aliyun/oss-nodejs-sdk/commit/cd50f8857fdbbf78e5f7702514cdbe0806e332be))
### [6.13.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.13.0...v6.13.1) (2021-01-07)

@@ -7,0 +14,0 @@

2

lib/browser/version.js

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

exports.version="6.13.0"
exports.version="6.13.2"

@@ -241,6 +241,3 @@ const debug = require('debug')('ali-oss:object');

const params = this._objectRequestParams('GET', '', options);
params.query = {
'list-type': 2,
...query
};
params.query = Object.assign({ 'list-type': 2 }, query);
params.xmlResponse = true;

@@ -247,0 +244,0 @@ params.successStatuses = [200];

{
"name": "ali-oss",
"version": "6.13.1",
"version": "6.13.2",
"description": "aliyun oss(object storage service) node client",

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

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