
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
wri-design-systems
Advanced tools
WRI UI Library
Node: 20.16.0
React: 18.3.1
yarn add wri-design-systems
or
npm i wri-design-systems
yarn add @chakra-ui/react @emotion/react @emotion/styled
or
npm i @chakra-ui/react @emotion/react @emotion/styled
With this custom theme you can change the color scheme according to your Project Theme
import { createSystem, defaultConfig } from '@chakra-ui/react'
export const system = createSystem(defaultConfig, {
theme: {
tokens: {
colors: {
neutral: {
300: { value: '#ff5252' },
500: { value: '#ff0000' },
},
primary: {
200: { value: '#93ff93' },
500: { value: '#d80a5d' },
600: { value: '#16b816' },
700: { value: '#006100' },
},
secondary: {
...
},
success: {
...
},
},
},
},
})
import React from 'react'
import { ChakraProvider, defaultSystem } from '@chakra-ui/react'
import { system } from './lib/theme'
function App() {
return (
{/* if you want to use the default WRI Theme colors */}
{/* <ChakraProvider value={defaultSystem}> */}
{/* if you want to use your custom system Theme colors */}
<ChakraProvider value={system}>
<TheRestOfYourApplication />
</ChakraProvider>
)
}
FAQs
WRI UI Library
The npm package wri-design-systems receives a total of 0 weekly downloads. As such, wri-design-systems popularity was classified as not popular.
We found that wri-design-systems 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.