Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@keboola/indigo-ui
Advanced tools
Indigo UI library, its CSS and React components. Also Styleguide app showing usages of this library.
node -v
npm install -g grunt
yarn
yarn storybook
docker-compose build
(See Dockerfile
to check what's inside)docker-compose run --rm --service-ports node
yarn
, yarn storybook
, ...)Check KBC.md
First, check the content of .travis.yml
file and documentation about
Travis Deployment.
master
branch. There's "$TRAVIS_BRANCH" = "master"
condition in .travis.yml
.deploy-storybook.sh
script is responsible for deploying. Basically, it's a "home made"
replacement for Travis deploy
section, since that section is used for something else (covered
bellow).src/indigo
or src/components
folders
and you want to make those changes available for users.Steps:
yarn version
command. Just follow instructions. This command should create new commit (with
version change in package.json
) and tag for you. There's no need to change package.json
manually or create tag manually.master
branch - e.g git push origin master
git push origin v2.0.0-beta-3
<- This triggers deploy!Run npm pack
. Check its manual here.
Run yarn test
. It'll start tests in interactive mode.
src/indigo/components
(e.g. Loader.jsx
).Loader.test.js
).src/indigo/components/index.js
to enable its export.FAQs
Keboola UI library
The npm package @keboola/indigo-ui receives a total of 55 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.
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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.