defiant-builder
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -179,3 +179,3 @@ | ||
names.map(key => { | ||
let rx = new RegExp(`\b${key}\b`, "g") | ||
let rx = new RegExp(`\\b${key}\\b`, "g") | ||
str = str.replace(rx, `${key}-${id}`) | ||
@@ -190,3 +190,3 @@ }) | ||
names.map(key => { | ||
let rx = new RegExp(`\b${key}\b`, "g") | ||
let rx = new RegExp(`\\b${key}\\b`, "g") | ||
str = str.replace(rx, `${key}-${id}`) | ||
@@ -193,0 +193,0 @@ }) |
{ | ||
"name": "defiant-builder", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
56636