
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
vue-selectize
Advanced tools
A Vue.js directive for selectize.js.
0.12.0
$ npm install vue-selectize --save
When using webpack or browserify:
var Vue = require('vue');
var selectize = require('vue-selectize');
Vue.use(selectize);
Or when including directly in your HTML:
Vue.use(window['vue-selectize']);
After installing the plugin with Vue.use
you can use the v-selectize
directive.
<select v-selectize="selected" options="items"></select>
<!-- or -->
<select v-selectize="selected">
<option value="one">Static item 1</option>
<option value="two">Static item 2</option>
<option value="three">Static item 3</option>
</select>
<!-- or -->
<select v-selectize="selected" options="items" settings="customSettings">
</select>
selected
is the selected valueitems
is an array of the initial available optionscustomSettings
is an object with settings that will be passed to selectizeFAQs
A Vue.js directive for selectize.js
The npm package vue-selectize receives a total of 89 weekly downloads. As such, vue-selectize popularity was classified as not popular.
We found that vue-selectize 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.