Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vueform/multiselect

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueform/multiselect - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "@vueform/multiselect",
"version": "1.0.0",
"description": "VueForm Multiselect",
"version": "1.0.1",
"private": false,
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
"license": "MIT",
"author": "Adam Berecz <adam@vueform.com>",
"main": "./dist/multiselect.vue3.js",
"module": "./dist/multiselect.vue3.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vueform/multiselect.git"
},
"bugs": {
"url": "https://github.com/vueform/multiselect/issues"
},
"scripts": {

@@ -9,0 +18,0 @@ "build": "npm run build:vue2; npm run build:vue3; npm run build:themes",

12

README.md
<div align="center">
<h1>Vue 3 multiselect by @vueform</h1>
<img align="center" src="assets/screenshot.jpg">
<img align="center" src="https://github.com/vueform/multiselect/raw/main/assets/screenshot.jpg">
</div>

@@ -9,2 +9,5 @@

* Vue 2 & 3 support
* No dependencies
* 100% coverage
* ESM support
* Single select options

@@ -18,9 +21,8 @@ * Multiple select options

* Fully configurable
* No dependencies
* 100% coverage
* ESM support
## Installation
`npm install @vueform/multiselect`
```
npm install @vueform/multiselect
```

@@ -27,0 +29,0 @@ ## Usage with Vue 3

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc