@danmasta/interpolate
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -184,2 +184,7 @@ const walk = require('@danmasta/walk'); | ||
// Support nested interpolate values | ||
if (this.opts.regex.test(val)) { | ||
val = this.parseStr(val); | ||
} | ||
if (fmt.length && this.opts.format) { | ||
@@ -186,0 +191,0 @@ try { |
{ | ||
"name": "@danmasta/interpolate", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"author": "Daniel Smith <dannmasta@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Simple string interpolation helper", |
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
20652
439