Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@ausuliv/frontend-components-utilities
Advanced tools
Util functions for RedHat Cloud Services project.
This package exports common functions to be used in other packages.
With NPM
npm i -S @ausuliv/frontend-components-utilities
With yarn
yarn add @ausuliv/frontend-components-utilities
This package is dependent on @redhat-cloud-services/frontend-components it will automatically installed trough direct dependencies.
Assets are no longer under /files
directory but directly at the root of the build directory.
// v2
import { getRegistry } from '@ausuliv/frontend-components-utilities/Registry';
// v3
import { getRegistry } from '@ausuliv/frontend-components-utilities/Registry';
Utils package no longer provides UMD version of the build.
RowLoader component is no longer a part of helpers
file but is now a stand-alone component. Import path has changed.
// v2
import { RowLoader } from '@ausuliv/frontend-components-utilities/helpers'
// v3
import RowLoader from '@ausuliv/frontend-components-utilities/RowLoader'
SCSS files are now under styles
directory.
/** v2 */
@import '~@ausuliv/frontend-components-utilities/styles/all';
/** v3 */
@import '~@ausuliv/frontend-components-utilities/styles/all''
This module is now deprecated. Use a new Inventory component compatible with chrome 2.0.
Function parseCvssScore
has been moved to a stand-alone file. Import path has changed.
// v2
import { parseCvssScore } from '@ausuliv/frontend-components-utilities/helpers'
// v3
import parseCvssScore from '@ausuliv/frontend-components-utilities/parseCvssScore'
Additionaly it exports these utilities
FAQs
Util functions for RedHat Cloud Services project.
The npm package @ausuliv/frontend-components-utilities receives a total of 0 weekly downloads. As such, @ausuliv/frontend-components-utilities popularity was classified as not popular.
We found that @ausuliv/frontend-components-utilities 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.