node-red-viseo-helper
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,3 @@ 'use strict'; | ||
const getByString = exports.getByString = (obj, str, def) => { | ||
const getByString = exports.getByString = (obj, str, def) => { | ||
let ctxt = { "data": obj , "value": undefined }; | ||
@@ -34,3 +34,3 @@ const context = new vm.createContext(ctxt); | ||
let rgxp = /\{([a-zA-Z0-9_\|\.\[\]])+\}/i; | ||
let rgxp = /\{([a-zA-Z0-9_'"\|\.\[\]])+\}/i; | ||
for (let i = 0 ; i < 100 && rgxp.test(str) ; i++){ | ||
@@ -37,0 +37,0 @@ let match = rgxp.exec(str)[0] |
{ | ||
"name" : "node-red-viseo-helper", | ||
"version" : "0.0.5", | ||
"version" : "0.0.6", | ||
"description" : "Utility libarary for Node-RED", | ||
@@ -5,0 +5,0 @@ "dependencies" : { }, |
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
19947