
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@adminide-stack/workflow-editor-browser
Advanced tools
This module contains the browser (client-side) implementation of the Workflow Editor, including routing, components, and pages.
src/
├── compute.ts # Main route configuration
├── constants/
│ ├── routes.ts # Route path constants (WORKFLOW_ROUTES)
│ └── route-constants.ts # Route metadata (names, icons, keys, tabs)
├── utils/
│ └── route-helpers.ts # URL generation helpers
├── pages/ # Page components
│ ├── WorkflowOutlet.tsx # Root outlet component
│ ├── dashboard.tsx
│ ├── explore/
│ └── playground.tsx
└── views/ # Reusable view components
tab propertyreact-icons/fi (e.g., 'FiGrid')Workflow Editor (Root Outlet - /o/:orgName/workflow)
├─ Overview
│ ├─ Dashboard
│ └─ Explore
├─ Workflow Management
│ ├─ Workflow Builder
│ └─ Templates
└─ Execution
├─ Playground
├─ Scheduler
└─ Automation
constants/routes.tsconstants/route-constants.ts (name, key, icon, tab)compute.tsutils/route-helpers.tsSee WORKFLOW_ROUTING_GUIDE.md for detailed examples.
'FiGrid' not <FiGrid />)() => import()IRouteModule interfaceexact: false for outlet routes# Build this package
yarn build
# Or build using lerna
lerna exec --scope=@adminide-stack/workflow-editor-browser yarn build
lib/ - Compiled JavaScript and type definitionslib/routes.json - Generated route configuration (used by architecture)@adminide-stack/workflow-editor-core - Core workflow logic@adminide-stack/workflow-editor-server - Server-side implementation@common-stack/core - Common routing interfaces (IRouteModule)@common-stack/client-react - React utilities (getFilteredRoutes)For comprehensive routing documentation, see WORKFLOW_ROUTING_GUIDE.md
FAQs
Sample core for higher packages to depend on
We found that @adminide-stack/workflow-editor-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 17 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.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.