Comparing version 1.1.0 to 1.1.1
@@ -72,3 +72,8 @@ "use strict"; | ||
var formatURL = function (url) { | ||
return encodeURI(url); | ||
return url | ||
.replace(/!/g, '%21') | ||
.replace(/'/g, '%27') | ||
.replace(/\(/g, '%28') | ||
.replace(/\)/g, '%29') | ||
.replace(/\*/g, '%2A'); | ||
}; | ||
@@ -75,0 +80,0 @@ exports.formatURL = formatURL; |
{ | ||
"name": "bmw-iac", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "instagram client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
60678
1219