
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@txtextcontrol/tx-react-document-editor
Advanced tools
This library offers a HTML5 based rich text editor for TX Text Control. Give your users an MS Word compatible document editor to create powerful reporting templates anywhere - in any HTML5-based browser including Google Chrome, Firefox, Safari and Internet Explorer.
This version requires TX Text Control .NET Server for ASP.NET.
React as the framework and JavaScript as the language):npm create vite@latest test-app
cd test-app
npm i @txtextcontrol/tx-react-document-editor
App.jsx file, import the DocumentEditor component and add it to the render method:import DocumentEditor from '@txtextcontrol/tx-react-document-editor'
function App() {
return (
<>
<DocumentEditor
style={{ width:"1280px", height:"1024px" }}
webSocketURL="wss://backend.textcontrol.com/api/TXWebSocket?access-token=your_trial_token"></DocumentEditor>
</>
);
}
npm run dev
The TX Text Control Document Editor is now running in your React application. You can now access the editor in your browser at http://localhost:5173.
'Edit', 'ReadAndSelect', 'ReadOnly' and 'UsePassword'.'de-DE'). Affects date and time string formats, for example.'en-US'). Affects the string resource language.FAQs
TX Text Control Document Editor for React.
We found that @txtextcontrol/tx-react-document-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.