
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@prizm-ui/install
Advanced tools
This package contains schematics for install and update SDK components.
By default, you can install @prizm-ui/components
with Angular CLI command:
ng add @prizm-ui/install
npm i @prizm-ui/core
npm i @prizm-ui/helpers
npm i @prizm-ui/components
angular.json:
{
"projects": {
"your-app": {
"architect": {
"build": {
"options": {
"styles": [
"src/styles.css",
"node_modules/@prizm-ui/components/src/styles/styles.less",
"node_modules/@prizm-ui/theme/src/styles/styles.less",
]
}
}
}
}
}
}
You can also use component LESS styles with import:
my-awesome-button.component.less
@import '~@prizm-ui/components/src/lib/button/button.component.less';
angular.json:
{
"projects": {
"your-app": {
"architect": {
"build": {
"options": {
"styles": [
...your styles,
"node_modules/@prizm-ui/components/src/styles/icons/icons.less"
]
}
}
}
}
}
}
angular.json
"assets": [
],
This package provides schematic ng-add
Install dependencies npm i
Install globally Nx npm i -g nx
FAQs
Package installer @prizm-ui/* , Angular schematic ng-add
The npm package @prizm-ui/install receives a total of 8 weekly downloads. As such, @prizm-ui/install popularity was classified as not popular.
We found that @prizm-ui/install 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.