svg-sprite-loader
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -33,3 +33,3 @@ /** | ||
* @param {Object} arrayLike | ||
* @returns {Array.<T>} | ||
* @returns {Array.<*>} | ||
*/ | ||
@@ -43,7 +43,7 @@ function arrayFrom(arrayLike) { | ||
* Adds leading slash for the brackets | ||
* @param url | ||
* @return encoded url | ||
* @param {string} url | ||
* @return {string} encoded url | ||
*/ | ||
function encodeUrlForEmbedding(url) { | ||
return url.replace(/\(|\)/, "\\$&"); | ||
return url.replace(/\(|\)/g, "\\$&"); | ||
} | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "svg-sprite-loader", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "SVG sprite webpack loader", | ||
@@ -5,0 +5,0 @@ "main": "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
19584