Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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
The npm package vue-libs-multi-select-with-order receives a total of 6 weekly downloads. As such, vue-libs-multi-select-with-order popularity was classified as not popular.
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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.