
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.
[beta] A simple yet powerful framework that is lightweight, reactive, fast and user-friendly.
You can include Chainus directly from the CDN:
Minified Module Version:
import {html,Mount,onConnect,onRemove,Components,setLazy,setComponent,createStore,createElement,async,createId,state,untrack,Effect,batch} from "https://unpkg.com/chainus/src/chainus.min.mjs";
Portable Version
<script src="https://unpkg.com/chainus/src/chainus.min.js">
Install Chainus using npm:
npm install chainus
import {html,Mount,onConnect,onRemove,Components,setLazy,setComponent,createStore,createElement,async,createId,state,untrack,Effect,batch} from 'chainus';
To create a simple component using Chainus:
import { html,Mount } from 'chainus';
function Main(){
return html`
<div>
<h1>Hello World!</h1>
</div>
`
}
Mount("#app",Main)
For more examples and usage details, check out the CodePen collection.
In CodePen, there are template files available. You can create a new Chainus project by using the template files within the collection.
Portable-Template : Template
Module-Template : Template
FAQs
[beta] A simple yet powerful framework that is lightweight, reactive, fast and user-friendly.
The npm package chainus receives a total of 0 weekly downloads. As such, chainus popularity was classified as not popular.
We found that chainus 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.