
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.