
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@optimajet/workflow-forms-manager
Advanced tools
A powerful drag-and-drop form builder component for React, built on top of the FormEngine Core. This library provides a complete form management solution for Workflow Engine, enabling visual form creation, editing, and version control.
A powerful drag-and-drop form builder component for React, built on top of the FormEngine Core. This library provides a complete form management solution for Workflow Engine, enabling visual form creation, editing, and version control.
npm install @optimajet/workflow-forms-manager
This package requires the following peer dependencies:
npm install react react-dom
import React from 'react'
import { FormsManager } from '@optimajet/workflow-forms-manager'
import '@optimajet/workflow-forms-manager/index.css'
function App() {
const handleError = (error) => {
console.error('Form Manager Error:', error)
}
return (
<FormsManager
apiUrl="https://your-api.example.com/forms"
licenseKey="your-license-key" // Optional
onError={handleError}
/>
)
}
export default App
| Property | Type | Required | Description |
|---|---|---|---|
apiUrl | string | Yes | Base URL for the API endpoint used for form storage |
licenseKey | string | No | License key for commercial use |
onError | (error: string | Error) => void | No | Callback function called when an error occurs |
customFetch | (input: RequestInfo, init?: RequestInit) => Promise<Response> | No | Custom fetch function for API requests |
The Forms Manager provides a complete drag-and-drop interface for creating forms:
Every form can have multiple versions, allowing you to:
Create reusable templates to speed up form creation:
For issues and questions:
See EULA for license information.
Optimajet
FAQs
A powerful drag-and-drop form builder component for React, built on top of the FormEngine Core. This library provides a complete form management solution for Workflow Engine, enabling visual form creation, editing, and version control.
We found that @optimajet/workflow-forms-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.