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

automation-rules

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

automation-rules - npm Package Compare versions

Comparing version

to
1.5.0

3

dist/index.d.ts

@@ -1,2 +0,2 @@

import { addRules, getRules, getRulesByTrigger, removeAllRules, rule } from "./functions/rule";
import { addRules, getRules, getRulesByTrigger, removeAllRules, removeRuleById, rule } from "./functions/rule";
import { condition } from "./functions/condition";

@@ -19,2 +19,3 @@ import { setLogCallback, setLogging } from "./functions/logging";

rule: typeof rule;
removeRuleById: typeof removeRuleById;
removeAllRules: typeof removeAllRules;

@@ -21,0 +22,0 @@ setLogCallback: typeof setLogCallback;

@@ -21,2 +21,3 @@ "use strict";

rule: rule_1.rule,
removeRuleById: rule_1.removeRuleById,
removeAllRules: rule_1.removeAllRules,

@@ -23,0 +24,0 @@ setLogCallback: logging_1.setLogCallback,

{
"name": "automation-rules",
"version": "1.4.0",
"version": "1.5.0",
"description": "Allow your app's users to created automated workflows when events occur and certain conditions are met.",

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