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

rulesenginejs

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rulesenginejs - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

2

package.json
{
"name": "rulesenginejs",
"version": "1.13.0",
"version": "1.14.0",
"description": "A simple front-end rules engine",

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

@@ -76,12 +76,12 @@ # RulesEngineJS

```javascript
RE.evaluate('active', {status: 1})
.done(function() {
alert('Status is active');
})
.fail(function() {
alert('Status is not active');
});
// alerts "Status is active"
```
```javascript
RE.evaluate('active', {status: 1})
.done(function() {
alert('Status is active');
})
.fail(function() {
alert('Status is not active');
});
// alerts "Status is active"
```

@@ -107,2 +107,4 @@ For more examples, refer to the tests.

// Triggers no other events and does not modify state (idempotent)
// ... more methods under the hood ...
```
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