json-logic-js
Advanced tools
Comparing version 2.0.2 to 2.0.4
@@ -297,3 +297,3 @@ /* globals define,module */ | ||
scopedLogic = values[1]; | ||
initial = typeof values[2] !== "undefined" ? values[2] : null; | ||
initial = typeof values[2] !== "undefined" ? jsonLogic.apply(values[2], data) : null; | ||
@@ -300,0 +300,0 @@ if ( ! Array.isArray(scopedData)) { |
{ | ||
"name": "json-logic-js", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "logic.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
65563
9
739