@erickmerchant/framework
Advanced tools
Comparing version 42.2.0 to 42.2.1
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "42.2.0", | ||
"version": "42.2.1", | ||
"description": "A front-end framework.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/erickmerchant/framework#readme", |
@@ -16,3 +16,3 @@ import {tokenTypes} from './html.js' | ||
try { | ||
return str.replaceAll( | ||
return str.replace( | ||
escapeRegex, | ||
@@ -19,0 +19,0 @@ (match) => escapeValuesArr[escapeKeysStr.indexOf(match)] |
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
18077