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.2 to 7.1.3

3

CHANGELOG.md
## CHANGE LOG
## 7.1.3
- 增加新加坡机房
## v7.1.2

@@ -4,0 +7,0 @@ - 增加自定义资源访问响应头部的功能

2

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

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

@@ -70,2 +70,7 @@ const fs = require('fs');

break;
case "as0":
this.rsHost = "rs-as0.qiniu.com";
this.rsfHost = "rsf-as0.qiniu.com";
this.apiHost = "api-as0.qiniu.com";
break;
default:

@@ -72,0 +77,0 @@ this.rsHost = "rs.qiniu.com";

@@ -55,2 +55,12 @@ const urllib = require('urllib')

exports.Zone_as0 = new conf.Zone([
'up-as0.qiniup.com',
], [
'upload-as0.qiniup.com',
], 'iovip-as0.qbox.me',
'rs-as0.qiniu.com',
'rsf-as0.qiniu.com',
'api-as0.qiniu.com')
exports.getZoneInfo = function(accessKey, bucket, callbackFunc) {

@@ -57,0 +67,0 @@ var apiAddr = util.format('https://uc.qbox.me/v2/query?ak=%s&bucket=%s',

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