Comparing version 0.1.5 to 0.1.6
@@ -432,3 +432,3 @@ /* global Blob File FormData $ */ | ||
} | ||
return str.replace(/\{([\w]+)\}/g, function (str, key) { | ||
return str.replace(/\{([\w.]+)\}/g, function (str, key) { | ||
return obj[key] ? obj[key] : (remove ? '' : str) | ||
@@ -435,0 +435,0 @@ }) |
{ | ||
"name": "a-toolbox", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "javascript lightweight basic tools", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27225
0