Socket
Socket
Sign inDemoInstall

vue-multiselect

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-multiselect - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

10

package.json
{
"name": "vue-multiselect",
"version": "2.0.6",
"version": "2.0.7",
"description": "Multiselect component for vue.js",
"author": "Damian Dulisz <damian.dulisz@monterail.com>",
"author": "Damian Dulisz <damian.dulisz@gmail.com>",
"private": false,
"license": "MIT",
"bugs": {
"url": "https://github.com/monterail/vue-multiselect/issues"
"url": "https://github.com/shentao/vue-multiselect/issues"
},
"homepage": "https://monterail.github.io/vue-multiselect/",
"homepage": "https://shentao.github.io/vue-multiselect/",
"main": "dist/vue-multiselect.min.js",

@@ -27,3 +27,3 @@ "unpkg": "dist/vue-multiselect.min.js",

"type": "git",
"url": "git+https://github.com/monterail/vue-multiselect.git"
"url": "git+https://github.com/shentao/vue-multiselect.git"
},

@@ -30,0 +30,0 @@ "scripts": {

@@ -1,5 +0,5 @@

# vue-multiselect ![Build Status](https://circleci.com/gh/monterail/vue-multiselect/tree/2.0.svg?style=shield&circle-token=5c931ff28fd12587610f835472becdd514d09cef)[![Codecov branch](https://img.shields.io/codecov/c/github/monterail/vue-multiselect/2.0.svg)](https://codecov.io/gh/monterail/vue-multiselect/branch/2.0)[![npm](https://img.shields.io/npm/v/vue-multiselect.svg)](https://www.npmjs.com/package/vue-multiselect)
# vue-multiselect ![Build Status](https://circleci.com/gh/shentao/vue-multiselect/tree/2.0.svg?style=shield&circle-token=5c931ff28fd12587610f835472becdd514d09cef)[![Codecov branch](https://img.shields.io/codecov/c/github/shentao/vue-multiselect/2.0.svg)](https://codecov.io/gh/shentao/vue-multiselect/branch/2.0)[![npm](https://img.shields.io/npm/v/vue-multiselect.svg)](https://www.npmjs.com/package/vue-multiselect)
Probably the most complete *selecting* solution for Vue.js 2.0, without jQuery.
![Vue-Multiselect Screen](https://raw.githubusercontent.com/monterail/vue-multiselect/2.0/multiselect-screen-203.png)
![Vue-Multiselect Screen](https://raw.githubusercontent.com/shentao/vue-multiselect/2.0/multiselect-screen-203.png)

@@ -171,3 +171,3 @@ ### Features & characteristics:

* If array of objects, visible label will default to option.label.
* If `labal` prop is passed, label will equal option['label']
* If `label` prop is passed, label will equal option['label']
* @type {Array}

@@ -174,0 +174,0 @@ */

@@ -329,5 +329,5 @@ import deepClone from './utils'

if (this.tagPosition === 'bottom') {
options.push({ isTag: true, label: normalizedSearch })
options.push({ isTag: true, label: search })
} else {
options.unshift({ isTag: true, label: normalizedSearch })
options.unshift({ isTag: true, label: search })
}

@@ -629,14 +629,4 @@ }

}
},
/**
* Handles the touchstart stop propagation.
* Selects an option on mobile devices with one click
* @param index
* @param option
*/
handleTouchStartStop (index, option) {
this.pointerSet(index)
this.select(option)
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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