
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.
Vue checkbox wrapper
install package: npm install t-checkbox
import & register Vue component like this:
var Vue = require("vue"),
TChexkbox = require("t-checkbox");
Vue.component("t-checkbox", TCheckbox);
or import checkbox.js file in your html head tag
<script src="/path/to/checkbox.js"></script>
additionally you can use default style by importing checkbox.css file
<link rel="stylesheet" href="/path/to/checkbox.css">
after that you can use vue component in your vue template
example
<label for="test">Click to check</label>
<t-checkbox c-id="test" v-model="myModel"></t-checkbox>
FAQs
Vue checkbox wrapper
We found that t-checkbox 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.