github-picbed
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "github-picbed", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Upload file to github and Get Url", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -88,3 +88,3 @@ const request = require('./request'); | ||
filename = filename || fileHash + (extname || ''); | ||
let uploadname = filename.split('/').map(f => encodeURI(filename)).join('/') | ||
let uploadname = filename.split('/').map(f => encodeURI(f)).join('/') | ||
@@ -91,0 +91,0 @@ let rsp = await request({ |
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
11212