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

ali-oss

Package Overview
Dependencies
Maintainers
2
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 2.4.0 to 2.5.0

6

History.md
2.5.0 / 2015-08-22
==================
* chore: travis use sudo: false
* feat: request error add params info
2.4.0 / 2015-08-15

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

4

lib/client.js

@@ -239,3 +239,5 @@ /**!

if (params.successStatuses && params.successStatuses.indexOf(result.status) === -1) {
throw yield* this.requestError(result);
var err = yield* this.requestError(result);
err.params = params;
throw err;
}

@@ -242,0 +244,0 @@ if (params.xmlResponse) {

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

@@ -5,0 +5,0 @@ "main": "index.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