
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@chakrajs/framework
Advanced tools
Modular JavaScript framework for building decentralized apps
This is the recommended method for using Chakra.
npm install @chakrajs/framework
If you are using yarn (recommended), use this instead.
yarn add @chakrajs/framework
<script> includeDirectly include with <script> tag on your html pages. This only works for web browsers.
Chakra would be included as a global variable.
Downloads can be found in the GitHub Releases page.
<!-- Development version -->
<script src="https://unpkg.com/@chakrajs/framework/dist/index.js"></script>
<!-- Minified version -->
<script src="https://unpkg.com/@chakrajs/framework/dist/index.min.js"></script>
Please read the Documentation and the API Reference to start building Chakra Apps.
git clone https://github.com/cubefuse/chakra.git
cd chakra
yarn install
yarn build.yarn test and yarn coverage.yarn lint.yarn docs.We welcome your pull requests and bug reports.
MIT © 2018 Cubefuse
FAQs
Modular JavaScript framework for building decentralized apps
We found that @chakrajs/framework 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.