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 Versions

1
9

5.0.1

Diff

Changelog

Source

5.0.1 / 2020-01-18

  • BUGFIX: DEBUG envs works with cookies disables
cachecontrol
published 5.0.0 •

Changelog

Source

5.0.0 / 2019-11-29

  • BREAKING CHANGES
    • Rule conditions' path property is now interpreted using json-path
      • To continue using the old syntax (provided via selectn), npm install selectn as a direct dependency, and json-rules-engine will continue to interpret legacy paths this way.
      • Any path starting with $ will be assumed to use json-path syntax
cachecontrol
published 5.0.0-alpha3 •

cachecontrol
published 5.0.0-alpha2 •

cachecontrol
published 5.0.0-alpha1 •

cachecontrol
published 4.1.0 •

Changelog

Source

4.1.0 / 2019-09-27

  • Export Typescript definitions (@brianphillips)
cachecontrol
published 4.0.0 •

Changelog

Source

4.0.0 / 2019-08-22

  • BREAKING CHANGES
    • engine.run() now returns a hash of events and almanac: { events: [], almanac: Almanac instance }. Previously in v3, the run() returned the events array.
      • For example, const events = await engine.run() under v3 will need to be changed to const { events } = await engine.run() under v4.
cachecontrol
published 3.1.0 •

Changelog

Source

3.1.0 / 2019-07-19

  • Feature: rule.setName() and ruleResult.name
cachecontrol
published 3.0.3 •

Changelog

Source

3.0.3 / 2019-07-15

  • Fix "localStorage.debug" not working in browsers
cachecontrol
published 3.0.3-beta2 •

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