
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@keboola/indigo-ui
Advanced tools
Indigo UI library, its CSS and React components. Also Styleguide app showing usages of this library.
node -v
yarn global add grunt-cli
yarn
yarn dev
docker-compose build
(See Dockerfile
to check what's inside)docker-compose run --rm --service-ports node
yarn
, yarn dev
, ...)yarn dev
: Start Storybook serveryarn test
: Run testsyarn build-lib
: Build package prepared for publishing to npmjs registryyarn build-storybook
: Prepare Storybook for deploymentyarn stylelint
: Check less files for errorssrc/indigo/components
(e.g. Loader.jsx
).Loader.test.js
).src/indigo/components/index.js
to enable its export.indigo-ui
in kbc-ui
Make sure you have package prepared yarn build-lib
.
yarn link
(preferred)yarn link
yarn link "@keboola/indigo-ui"
Similar (but reversed) process applies for yarn unlink
.
yarn add
yarn add file:/path/to/indigo-ui
Check KBC.md
First, check the content of .travis.yml
file and documentation about
Travis Deployment.
main
branchsrc/indigo
folder and you want to make
those changes available for users.Steps:
main
branchyarn version
command
package.json
) and tag for you.package.json
manually or create tag manually.main
branch - e.g git push origin main
main
branch is deployed)git push origin v2.0.0-beta-3
<- This triggers deploy to npmjs!Run yarn test
. It'll start tests in interactive mode.
Run npm pack
. Check its manual here.
If published version does not match installed version.
git clone git@github.com:react-bootstrap/react-bootstrap.git
cd react-bootstrap
git fetch --all
git checkout v0.31.5 # use version you need
npm run docs
Open browser at localhost:4000
MIT licensed, see LICENSE file.
FAQs
Keboola UI library
The npm package @keboola/indigo-ui receives a total of 207 weekly downloads. As such, @keboola/indigo-ui popularity was classified as not popular.
We found that @keboola/indigo-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.