New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 7.1.8

3

CHANGELOG.md
## CHANGE LOG
## v7.1.8
- 修复 index.d.ts 文件中zone的设置
## v7.7.7

@@ -4,0 +7,0 @@ - 修复form上传在升级mime库后的错误

2

index.d.ts

@@ -131,3 +131,3 @@ /**

*/
zone?: 'huadong' | 'huabei' | 'huanan' | 'beimei';
zone?: Zone,

@@ -134,0 +134,0 @@ /**

{
"name": "qiniu",
"version": "7.1.7",
"version": "7.1.8",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",

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

@@ -664,2 +664,7 @@ const url = require('url');

exports.changeStatusOp = function(bucket, key, newStatus) {
var encodedEntryURI = util.encodedEntry(bucket, key);
return '/chstatus/' + encodedEntryURI + '/status/' + newStatus;
}
exports.moveOp = function(srcBucket, srcKey, destBucket, destKey, options) {

@@ -666,0 +671,0 @@ options = options || {};

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