Comparing version 0.9.1 to 0.9.2
@@ -210,3 +210,3 @@ const | ||
const prfn = input["$"] ? mingotokens(input, replace) : ()=>input; | ||
const prfn = input["$"] ? mingotokens(input, replace) : (input)=>input; | ||
const nxfn = Object.keys(ninput).length? jsontokens(ninput,replace) : (input)=>input; | ||
@@ -213,0 +213,0 @@ |
{ | ||
"name": "jsexpr", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "String and JSON expression interpolator and evaluator. Interpolates or evaluates a string against a json object, or transforms an object into another based on a json template", | ||
@@ -5,0 +5,0 @@ "main": "dist/node/index.js", |
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
553173