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.
wri-api-components
Advanced tools
WRI API Components is a collection of React components shared with all WRI applications and they are based on WRI's API. The goal of this project is to centralize all common components and keep the consistency through the different apps.
node 8.11.2
Once you have the project locally, run yarn install
to install project's dependencies.
Then install peer dependencies running:
yarn add react react-dom vega vega-lib
And that's all! No need of more setup.
To start working run yarn start
. This will run styleguidist responsible of generating our styleguide. Now you are ready to code!
To add a new component, go to src/components
, you will see a bunch of first-level folders, those are the sections, then choose where you want to create your component (or create a new section, see below).
The component folder needs the following structure:
- index.js (entrypoint, ususally where the component is defined)
- readme.md (file used to define how styleguidist will render the component).
- styles.scss (optional, if there are styles to apply)
Feel free to create as many file as you need to make your component work once you have the mandatory ones.
❗❗ As we are using CSS Modules don't forget to replace className
with styleName
in your component in order to allow CSS Modules compile
the styles properly.
To add a new section, go to styleguide.config.js
file, look for sections
and add yours:
{
name: 'Awesome section',
components: () => ([ path.resolve(__dirname, 'src/components/awesome-section/*', 'index.js') ])
}
The deploy is set up with gh-pages. To deploy, styleguidist will generate a compiled and production-ready version and gh-pages will deploy it to the gh-pages
branch automatically.
Those steps can be run just typing yarn deploy
.
For more details, check package.json
, scripts
section.
Vega
library uses canvas
dependency, this one at the same time depends on cairo
. So if you are
suffering installing canvas
or related go to https://github.com/Automattic/node-canvas#compiling and follow the steps.
It's strongly recommended to use nvm for mananing different Node versions easily.
FAQs
Components to use with WRI's API
The npm package wri-api-components receives a total of 2 weekly downloads. As such, wri-api-components popularity was classified as not popular.
We found that wri-api-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.