Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@styleatlas/react-ui
Advanced tools
Beautifully crafted user interface components of Style Atlas.
# Install like so
yarn add @styleatlas/react-ui
All components are tested, you can run tests with
yarn test --watch
Components can be evaluated visually using React Storybook
yarn run storybook
The package can be built with (useful for yarn link
)
# once off
yarn prepare
# or, to watch
yarn watch "yarn prepare" ./src
yarn link
to co-develop another projectThis package is published from ./lib
to maintain a flat file structure. See this post for details.
We must, therefore, cd to ./lib
and then link from there.
yarn prepare &&\
cd ./lib &&\
yarn link &&\
cd -
Then in another project
yarn link @styleatlas/react-ui
The package will be built into the ./lib
directory and published from there. Simply use:
yarn dist
FAQs
Style Atlas ReactJS UI Components
The npm package @styleatlas/react-ui receives a total of 2 weekly downloads. As such, @styleatlas/react-ui popularity was classified as not popular.
We found that @styleatlas/react-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.