@clipboard-health/rules-engine
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "@clipboard-health/rules-engine", | ||
"description": "A pure functional rules engine.", | ||
"version": "1.6.0", | ||
"description": "A pure functional rules engine to keep logic-dense code simple, reliable, understandable, and explainable.", | ||
"version": "1.7.0", | ||
"bugs": "https://github.com/clipboardhealth/core-utils/issues", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
# @clipboard-health/rules-engine <!-- omit from toc --> | ||
A pure functional rules engine with two rule runners: | ||
A pure functional rules engine to keep logic-dense code simple, reliable, understandable, and explainable. | ||
- `firstMatch`: Runs the first rule that matches the criteria | ||
- `all`: Runs all the rules that matches the criteria | ||
The engine uses static rules created in code instead of dynamic rules serialized to a database since we haven't needed the latter yet. | ||
@@ -8,0 +7,0 @@ ## Table of contents <!-- omit from toc --> |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10928
0
100