Comparing version 0.5.4 to 0.5.5
@@ -100,3 +100,3 @@ const extend = require("extend"); | ||
list.push(expr); | ||
list = list.filter(l=>l.length); | ||
list = list.filter(l=>l!=""); | ||
len = list.length; | ||
@@ -103,0 +103,0 @@ |
{ | ||
"name": "jsexpr", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"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
56076