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.1 to 6.1.2

2

dist/engine.js

@@ -302,3 +302,3 @@ 'use strict';

(0, _debug2.default)('engine::run status:' + _this2.status + '; skipping remaining rules');
return;
return Promise.resolve();
}

@@ -305,0 +305,0 @@ return rule.evaluate(almanac).then(function (ruleResult) {

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

@@ -67,3 +67,3 @@ "main": "dist/index.js",

"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.2",
"babel-polyfill": "6.26.0",

@@ -73,22 +73,22 @@ "babel-preset-es2015": "~6.24.1",

"babel-register": "6.26.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"colors": "~1.4.0",
"dirty-chai": "2.0.1",
"lodash": "4.17.20",
"mocha": "^8.1.3",
"lodash": "4.17.21",
"mocha": "^8.4.0",
"perfy": "^1.1.5",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"snazzy": "^8.0.0",
"standard": "^14.3.4",
"tsd": "^0.13.1"
"sinon": "^11.1.1",
"sinon-chai": "^3.7.0",
"snazzy": "^9.0.0",
"standard": "^16.0.3",
"tsd": "^0.17.0"
},
"dependencies": {
"clone": "^2.1.2",
"eventemitter2": "^6.4.3",
"hash-it": "^4.0.5",
"jsonpath-plus": "^4.0.0",
"eventemitter2": "^6.4.4",
"hash-it": "^5.0.0",
"jsonpath-plus": "^5.0.7",
"lodash.isobjectlike": "^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