
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
vue-input-tag
Advanced tools
A Vue.js 2.0 input tag component inspired in react-tagsinput
npm install vue-input-tag --save
and in your component:
import InputTag from 'vue-input-tag'
<input-tag :on-change="callbackMethod" :tags="tagsArray"></input-tag>
Name | Type | Default | Description |
---|---|---|---|
tags | Array | [] | Tags to be render in the input |
placeholder | String | "" | Placeholder to be shown when no tags |
read-only | Boolean | false | Set input to readonly |
limit | String or Number | -1 (none) | Set a limit for the amount of tags |
on-change | Function | undefined | Callback to get the tags when there is a change |
validate | String | "" | Apply certain validator for user input. Choose from email , url , text , digits or isodate |
addTagOnKeys | Array | [ 13 (return), 188 (comma), 9 (tab) ] | Keys that are going to add the new tag |
This project was built with generator-vue-component ❤️
FAQs
Vue.js input tag editor component
The npm package vue-input-tag receives a total of 2,513 weekly downloads. As such, vue-input-tag popularity was classified as popular.
We found that vue-input-tag 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.