Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@giosg/ui-components
Advanced tools
[![Build Status](https://dronev1.int.giosg.com/api/badges/giosg/ui-components/status.svg)](https://equestria-dronev1.int.giosg.com/giosg/ui-components)
This is a collection of generic Web user interface components used in giosg services.
Components styles are defined using styled-components npm package.
TODO: Add clarification of theme etc. Do we need this: css & keyframes & createGlobalStyle
?
We use Storybook in our component demo page.
Run Storybook development in mode:
npm run storybook
Run Storybook production build:
npm run build-storybook
The static Storybook page will be built into public/
.
Production Storybook is deployed automatically after a push to master
branch, or when a pull request is merged.
Source of components is published as public npm package @giosg/ui-components
.
To publish this package, first login to npm:
npm login --scope=giosg
You will be prompted for credentials. Then publish the page:
npm publish --access public
--access public
flag is mandatory because organization packages default to restricted
.
FAQs
[![Build Status](https://dronev1.int.giosg.com/api/badges/giosg/ui-components/status.svg)](https://dronev1.int.giosg.com/giosg/ui-components)
The npm package @giosg/ui-components receives a total of 109 weekly downloads. As such, @giosg/ui-components popularity was classified as not popular.
We found that @giosg/ui-components 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.