
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
carbon-core
Advanced tools
brew install node # install node if you didn't do it before
brew install yarn # we use yarn instead of npm to manage node package dependencies
yarn global add gulp # install gulp globally
yarn install
Run server on http://localhost:3000/
gulp dev
gulp test-css # run css specs (galen tests)
gulp test-js # run js tests (karma)
gulp test-all # run all tests and code style checks in a project
By default all tests run localy within Electron / Google Chrome.
~/.bash_profile:# we use $USER env var value to have unique sauce connect tunnel names
export SAUCE_TUNNEL_ID=$USER
export SAUCE_ACCESS_KEY=[YOUR_SAUCELABS_ACCESS_KEY]
export SAUCE_USERNAME=[YOUR_SAUCELABS_USERNAME]
~/.bash_profile changes in existing terminal sessions:source ~/.bash_profile
brew install Caskroom/cask/sauce-connect
sc -i $USER
SAUCE_ENABLED=true gulp test-all
Each UI component (atom, molecule, organism) should have a layout spec:
All javascript code that is used by UI components should be covered with unit tests (see example here).
All layout specs and javascript tests are executed cross-browser on TravisCI + SauceLabs. Current browser coverage matrix is:
TODO: explain how and when to release new version of NPM package. Add a badge to npm repo to the top
Bug reports and pull requests are welcome! Please take a look at our contribution guideline for details.
The code is available as open source under the terms of the MIT License.
FAQs
Core of the carbon Library
We found that carbon-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.