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

json-logic-js

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-logic-js - npm Package Compare versions

Comparing version 2.0.2 to 2.0.4

2

logic.js

@@ -297,3 +297,3 @@ /* globals define,module */

scopedLogic = values[1];
initial = typeof values[2] !== "undefined" ? values[2] : null;
initial = typeof values[2] !== "undefined" ? jsonLogic.apply(values[2], data) : null;

@@ -300,0 +300,0 @@ if ( ! Array.isArray(scopedData)) {

{
"name": "json-logic-js",
"version": "2.0.2",
"version": "2.0.4",
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",

@@ -5,0 +5,0 @@ "main": "logic.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