Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
vue-libs-multi-select-with-order
Advanced tools
Simple multi-select component with order - you can not only manage a set (like a regular multi-select) but also the order of its elements
Simple multi-select component with order - you can not only manage a set of items (like a regular multi-select) but also their order.
No sass/less compilation. Very easy to use :).
Add the dependencies to your html file:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.full.min.js"></script>
npm install vue-libs-multi-select-with-order --save
import MultiSelectWithOrder from 'vue-libs-multi-select-with-order';
new Vue({
components: {
MultiSelectWithOrder
},
data () {
return {
keys: ['white', 'red', 'blue'],
availableKeys: ['orange', 'yellow', 'green', 'white', 'red', 'blue', 'black', 'brown']
}
}
};
<multi-select-with-order class="ordered-keys" v-model="keys"
v-bind:items="availableKeys">
</multi-select-with-order>
Override the relevant css classes to customize it.
FAQs
Simple multi-select component with order - you can not only manage a set (like a regular multi-select) but also the order of its elements
We found that vue-libs-multi-select-with-order 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.