@contrail/util
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -14,2 +14,5 @@ "use strict"; | ||
const regExp = /\{([^}]+)\}/g; | ||
if (!variableString) { | ||
return variableString; | ||
} | ||
const replacedString = variableString.replace(regExp, (match, group) => { | ||
@@ -16,0 +19,0 @@ const variableLevels = group.split('.'); |
{ | ||
"name": "@contrail/util", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "General javascript utilities", | ||
@@ -11,3 +11,2 @@ "main": "lib/index.js", | ||
"lint": "tslint -p tsconfig.json", | ||
"test:watch": "jest --watch", | ||
"test": "jest" | ||
@@ -14,0 +13,0 @@ }, |
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
20501
553