Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@epam/cra-template-uui
Advanced tools
This is the official UUI template for Create React App.
To use this template, add --template @epam/uui
when creating a new app.
For example:
npx create-react-app my-app --template @epam/uui
# or
yarn create react-app my-app --template @epam/uui
For more information, please refer to:
5.12.0 - 12.12.2024
What's New
500, 503, default
errors).
For EPAM applications it's recommended to add following code to the root of your app to enable it:
import { i18n } from '@epam/uui';
i18n.errorHandler.supportMessage = (
<>
You can track the service availability at
{' '}
<a href={ `https://status.epam.com/?utm_source=${window.location.host}&utm_medium=ErrorPage&utm_campaign=StatusAquisitionTracking` }>status.epam.com</a>
</>
);
uuiContextTypes
interface, since it was needed for already outdated React context API.What's Fixed
minCharsToSearch
prop and search in bodyFAQs
UUI template for Create React App.
The npm package @epam/cra-template-uui receives a total of 19 weekly downloads. As such, @epam/cra-template-uui popularity was classified as not popular.
We found that @epam/cra-template-uui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.