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 5.0.1 to 5.0.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

#### 5.0.2 / 2020-01-18
* BUGFIX: Add missing `DEBUG` log for almanac.addRuntimeFact()
#### 5.0.1 / 2020-01-18

@@ -2,0 +5,0 @@ * BUGFIX: `DEBUG` envs works with cookies disables

@@ -112,2 +112,3 @@ 'use strict';

value: function addRuntimeFact(factId, value) {
(0, _debug2.default)('almanac::addRuntimeFact id:' + factId);
var fact = new _fact2.default(factId, value);

@@ -114,0 +115,0 @@ return this._addConstantFact(fact);

2

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

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

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