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

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 0.1.2 to 0.1.3

12

package.json
{
"name": "vue-multiselect",
"version": "0.1.2",
"version": "0.1.3",
"description": "Multiselect component for vue.js",

@@ -8,2 +8,9 @@ "author": "Damian Dulisz <damian.dulisz@monterail.com>",

"license": "MIT",
"main": "src/components/Multiselect.vue",
"jsnext:main": "src/components/Multiselect.vue",
"jspm": {
"main": "src/components/Multiselect.vue",
"registry": "npm",
"format": "esm"
},
"repository": {

@@ -16,5 +23,4 @@ "type": "git",

"build": "node build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
"test": "karma start test/unit/karma.conf.js --single-run",
"unit-watch": "karma start test/unit/karma.conf.js --watch",
"test": "npm run unit",
"lint": "eslint --ext .js,.vue src test/unit/specs"

@@ -21,0 +27,0 @@ },

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