
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
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.
@icgc-argo/uikit
Advanced tools
Reusable UI components for ARGO projects.
UIKit:
npm ci
npm run watch
Consumer project:
npm i <root_path_to_uikit>/dist --legacy-peer-deps
Notes:
watch
first as dist
folder is usedreact-testing-lib with Jest test runner see Button.test.tsx for example
npm run storybook
npm run build-storybook
creates static storybook build in ./storybook-static
npm run create-component
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 npmreact/react-dom are needed as dependencies for storybook project does not work if they are just defined as peerDeps
Stories are written in the older storiesOf
style
https://github.com/storybookjs/storybook/blob/master/lib/core/docs/storiesOf.md
${__dirname}
(too many '/', diff OS)FAQs
ARGO UI component library
The npm package @icgc-argo/uikit receives a total of 22 weekly downloads. As such, @icgc-argo/uikit popularity was classified as not popular.
We found that @icgc-argo/uikit demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.