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.4.1 to 4.4.2

5

History.md
4.4.2 / 2016-05-05
==================
* fix: support node 6 (#109)
4.4.1 / 2016-05-04

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

2

lib/client.js

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

} else {
headers['Content-Type'] = mime.lookup(params.mime || path.extname(params.object));
headers['Content-Type'] = mime.lookup(params.mime || path.extname(params.object || ''));
}

@@ -242,0 +242,0 @@ }

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

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

@@ -1246,3 +1246,3 @@ oss-nodejs-sdk

var result = yield store.list({
perfix: 'fun/'
prefix: 'fun/'
});

@@ -1256,3 +1256,3 @@ console.log(result.objects);

var result = yield store.list({
perfix: 'fun/',
prefix: 'fun/',
delimiter: '/'

@@ -1259,0 +1259,0 @@ });

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