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

qiniu

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiniu - npm Package Compare versions

Comparing version 7.1.8 to 7.1.9

3

CHANGELOG.md
## CHANGE LOG
## v7.1.9
- 修复新版node下resume up方式文件内容被缓存而导致的上传失败
## v7.1.8

@@ -4,0 +7,0 @@ - 修复 index.d.ts 文件中zone的设置

2

package.json
{
"name": "qiniu",
"version": "7.1.8",
"version": "7.1.9",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -45,2 +45,3 @@ const conf = require('../conf');

callbackFunc(err, null, null);
rsStream.close();
return;

@@ -71,2 +72,3 @@ });

callbackFunc(err, null, null);
rsStream.close();
return;

@@ -169,2 +171,3 @@ }

callbackFunc(respErr, respBody, respInfo);
rsStream.close();
return;

@@ -203,3 +206,5 @@ } else {

}
})
rsStream.close();
});
}

@@ -206,0 +211,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