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.2.0 to 7.2.1

3

CHANGELOG.md
## CHANGE LOG
## v7.2.1
- 修复rtc获取回复存在的问题
## v7.2.0

@@ -4,0 +7,0 @@ - 修复node的stream读取的chunk大小比较随意的问题

2

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

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

@@ -21,3 +21,3 @@ var http = require('http')

res.on('end', function() {
//var resultObject = JSON.parse(responseString);
var resultObject = JSON.parse(responseString);

@@ -31,7 +31,3 @@ if (res.statusCode != 200) {

} else {
result = {
code: res.statusCode,
message: res.statusMessage
}
fn(null, result);
fn(null, resultObject);
}

@@ -38,0 +34,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