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

youzanyun-oss-sdk

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun-oss-sdk - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3-beta.0

4

lib/request/put.js

@@ -59,7 +59,7 @@ "use strict";

// 是否为可读的 stream 流
return exports.putStream(reqPath, file);
return exports.putStream(reqPath, file, options);
}
else if (typeof (file) === 'string' && fs_1.default.existsSync(file)) {
// 判断是否为文件路径
return exports.putStream(reqPath, file);
return exports.putStream(reqPath, file, options);
}

@@ -66,0 +66,0 @@ else {

{
"name": "youzanyun-oss-sdk",
"version": "3.0.2",
"version": "3.0.3-beta.0",
"description": "有赞 node 端的 oss ",

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