
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
@adobe/aep-rules-engine
Advanced tools
A simple, generic, extensible Rules Engine in TypeScript.
Although written in TypeScript, the build produces JavaScript implementations that can be used anywhere JavaScript can be evaluated.
Install via npm.
npm install @adobe/aep-rules-engine
const RulesEngine = require("@adobe/aep-rules-engine");
const ruleset = RulesEngine({
version: 1,
rules: [
{
condition: {
definition: {
conditions: [
{
definition: {
conditions: [
{
definition: {
key: "color",
matcher: "eq",
values: ["orange", "blue"],
},
type: "matcher",
},
],
logic: "and",
},
type: "group",
},
],
logic: "and",
},
type: "group",
},
consequences: [
{
type: "item",
detail: {
hello: "world",
},
id: "abc123",
},
],
},
],
});
const consequences = ruleset.execute({ color: "orange" });
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Adobe Experience Platform rules engine.
The npm package @adobe/aep-rules-engine receives a total of 6,437 weekly downloads. As such, @adobe/aep-rules-engine popularity was classified as popular.
We found that @adobe/aep-rules-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 30 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.