
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
awe-react-client
Advanced tools
React client library for AWE (Almis Web Engine) — the Almis web application framework.
awe-react-client is the front-end component library that powers AWE-based web applications. It provides the full set of React components, Redux state management, routing, and integration utilities that AWE applications rely on.
This package is not a generic standalone widget library.
It is designed to be consumed exclusively within AWE-based applications, which provide the server-side configuration (XML descriptors for screens, queries, maintain actions, services) that drive the client's behaviour at runtime.
npm install awe-react-client
# or
yarn add awe-react-client
awe-react-client is intended to be used as the client-side dependency of an AWE Spring Boot application built with the AWE Framework.
The library entry point is resolved automatically when your AWE project bundles the front end via Webpack.
Typical consumer setup (inside an AWE-based project's package.json):
{
"dependencies": {
"awe-react-client": "^2.1.0"
}
}
i18next| Resource | URL |
|---|---|
| Source repository | https://gitlab.com/aweframework/awe-react |
| Issue tracker | https://gitlab.com/aweframework/awe-react/-/issues |
| AWE Framework | https://gitlab.com/aweframework/awe |
| Demo / live instance | https://react-demo.aweframework.com |
ISC — see LICENSE for details.
FAQs
AWE React client
We found that awe-react-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.