Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mrules-engine

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrules-engine - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

dist/rules-engine.d.ts

@@ -17,1 +17,2 @@ declare const unflatten: any;

declare const executeRules: (rules: Array<Rule>, data: Object) => {};
declare const executeRulesEngine: (data: Object, rules: Array<Rule>) => any;

3

dist/rules-engine.js

@@ -25,3 +25,4 @@ const { unflatten } = require('flat');

};
module.exports = (data, rules) => unflatten(executeRules(rules, data));
const executeRulesEngine = (data, rules) => unflatten(executeRules(rules, data));
module.exports = executeRulesEngine;
//# sourceMappingURL=rules-engine.js.map
{
"name": "mrules-engine",
"version": "1.3.0",
"version": "1.3.1",
"dependencies": {

@@ -5,0 +5,0 @@ "flat": "^4.0.0"

Sorry, the diff of this file is not supported yet

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