Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@icgc-argo/uikit
Advanced tools
[![Netlify Status](https://api.netlify.com/api/v1/badges/378c5fea-f016-406c-9449-f3099441b0b1/deploy-status)](https://app.netlify.com/sites/argo-ui-storybook/deploys) [![Storybook](https://img.shields.io/badge/React-Storybook-ff69b4)](https://argo-ui-stor
Reusable UI components for Argo.
Both local development and building for publishing write to the dist folder. We use npm link
for local development and avoid adding it to package.json
.
npm run watch
will point to the consuming projects react libs in the global node folder. If you get an error about multiple versions of react, chances are something went wrong here.
Consuming project folder eg. platform-ui
:
npm link
from both react
and react-dom
node_modules.UIKit lib:
npm i
npm run watch
NB: npm link
installs to global node folder. be careful when using something like NVM which creates different global folders for different node versions. Both uikit
and the consuming project will need to be using the same node version.
npm run storybook
for starting the storybook on port 6006 for isolated component development.npm run build-storybook
creates static storybook build in ./storybook-static
npm run create-component
To keep commit messages consistent, we use gitmoji-cli, available as a dev dependency
npm run commit
will start interactive commit toolnpm run gitmoji-config
npm run type-check
: trigger TypeScript type check for whole reponpm run type-check -- --watch
: runs the above with watch mode
npm run type-check
triggers tsc
, so any flag layed out here can be usedtsc
can also be run as a task in the editor:
Cmd+Shift+B
, then select tsc:build - tsconfig.json
PROBLEMS
tabversion
under uikit/package.release.json
Automated process (recommended)
develop
, and let the Jenkins pipeline handle itManual process (discouraged, but available)
npm run build-uikit
which performs the following:npm run publish-uikit
to publish latest version to npmFAQs
ARGO UI component library
The npm package @icgc-argo/uikit receives a total of 1 weekly downloads. As such, @icgc-argo/uikit popularity was classified as not popular.
We found that @icgc-argo/uikit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.