Comparing version 0.0.3 to 0.0.4
@@ -40,6 +40,6 @@ const RestClient = require('bblib/rest-client'); | ||
.map((v, k) => [k, v]) | ||
.filter(([k, v]) => v instanceof Boolean ? v : true) | ||
.filter(([k, v]) => _.isBoolean(v) ? v : true) | ||
.sortBy(([k]) => k) | ||
.map(([k, v]) => { | ||
if (v instanceof Boolean) { | ||
if (_.isBoolean(v)) { | ||
return encodeURIComponent(k); | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "oss-api", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "simple aliyun oss api client, save you from the problematic SDK", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"bblib": "1.1.1", | ||
"bblib": "1.1.2", | ||
"debug": "^3.1.0", | ||
@@ -28,0 +28,0 @@ "mocha": "^5.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5812
+ Addedbblib@1.1.2(transitive)
- Removedbblib@1.1.1(transitive)
Updatedbblib@1.1.2