New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-rules-engine

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-rules-engine - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

2

package.json
{
"name": "json-rules-engine",
"version": "6.1.0",
"version": "6.1.1",
"description": "Rules Engine expressed in simple json",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -23,3 +23,4 @@ export interface EngineOptions {

addRule(rule: RuleProperties): this;
removeRule(rule: Rule): boolean;
removeRule(ruleOrName: Rule | string): boolean;
updateRule(rule: Rule): void;

@@ -26,0 +27,0 @@ addOperator(operator: Operator): Map<string, Operator>;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc