Comparing version 0.1.1 to 0.1.2
@@ -78,3 +78,3 @@ /**/ void function() { | ||
host = host.replace(/^(?!\w+:\/\/)(?!\/)/, '/'); | ||
return host + path.join('/'); | ||
return host + path.map(encodeURIComponent).join('/'); | ||
}; | ||
@@ -81,0 +81,0 @@ |
{ | ||
"name": "apisdk", | ||
"main": "apisdk.js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "YanagiEiichi <admin@web-tinker.com>" |
{ | ||
"name": "apisdk", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "apisdk.js", | ||
@@ -13,3 +13,3 @@ "directories": { | ||
"author": "YanagiEiichi", | ||
"license": "MIC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -16,0 +16,0 @@ "url": "https://github.com/YanagiEiichi/apisdk/issues" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
16198
17
0