Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@upandgo/ui-components
Advanced tools
This React library gathers all elementary and more complex components that can be reused accross all Upandgo applications.
It has been bootstrapped from this tutorial.
It is built using rollup.js
At the time of writing, there is only one branch on the repo (master
). Every new branch (feature, hotfix) can be based on master.
The branch should be merged via a dedicated MR on Gitlab. Before pushing your branch don't forget to increment the package version (via npm version major|minor|patch
)
Once your branch is merged, you can deploy a new package following these steps:
git checkout master
git pull
npm run build
npm publish
uag-
to be easily spotted.This library uses Storybook to pre-visualize components. When creating new components, you must create the related stories so that components can be added to the documentation.
When developing new stories, you can use npm run storybook
so you can see your modifications live.
When new stories are added, Storybook should be deployed using the following command ./scripts/deploy-storybook.sh
FAQs
Upandgo reusable UI components
The npm package @upandgo/ui-components receives a total of 0 weekly downloads. As such, @upandgo/ui-components popularity was classified as not popular.
We found that @upandgo/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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.