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 6.1.12 to 6.1.13

6

CHANGELOG.md
## CHANGE LOG
### v6.1.13
2016-10-13
- 修正从uptoken获取bucket
### v6.1.12

@@ -4,0 +10,0 @@

2

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

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

@@ -22,4 +22,6 @@ var request = require('sync-request');

var json_tokenPolicyStr = JSON.parse(tokenPolicyStr);
var bucket = json_tokenPolicyStr.scope;
var scope = json_tokenPolicyStr.scope;
var bucket = scope.toString().split(":")[0];
// bucket 相同,上传域名仍在过期时间内

@@ -26,0 +28,0 @@ if((new Date().getTime() < conf.EXPIRE) && bucket == conf.BUCKET){

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