You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

json-logic-engine

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-logic-engine - npm Package Compare versions

Comparing version

to
1.1.5

4

asyncLogic.js

@@ -25,4 +25,4 @@ // @ts-check

constructor (methods = defaultMethods, options = { yieldSupported: false, disableInline: false }) {
this.methods = methods
this.options = options
this.methods = { ...methods }
this.options = { ...options }
this.disableInline = options.disableInline

@@ -29,0 +29,0 @@ this.async = true

@@ -24,4 +24,4 @@ // @ts-check

this.disableInline = options.disableInline
this.methods = methods
this.options = options
this.methods = { ...methods }
this.options = { ...options }
}

@@ -28,0 +28,0 @@

{
"name": "json-logic-engine",
"version": "1.1.4",
"version": "1.1.5",
"description": "Construct complex rules with JSON & process them.",

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