Socket
Socket
Sign inDemoInstall

cp-multi-selector

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cp-multi-selector - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

6

build/cp-multi-selector.js

@@ -6,3 +6,3 @@ /*!

* license: MIT
* version: 2.0.5
* version: 2.0.6
*/

@@ -99,3 +99,3 @@ exports['cp-multi-selector'] = function (modules) {

displayName: '@',
userInput: '='
userInput: '<?'
},

@@ -108,3 +108,3 @@ template: template,

scope.dialogStyle = {};
scope.userInput = scope.searchField ? {} : '';
scope.userInput = scope.userInput ? scope.userInput : scope.searchField ? {} : '';
scope.showDialog = false;

@@ -111,0 +111,0 @@ scope.highlightedIndex = null;

{
"name": "cp-multi-selector",
"version": "2.0.5",
"version": "2.0.6",
"description": "Component Description",

@@ -5,0 +5,0 @@ "main": "build/cp-multi-selector.js",

@@ -27,3 +27,3 @@ var _ = require('lodash');

displayName: '@',
userInput: "="
userInput: "<?"
},

@@ -37,3 +37,3 @@

scope.dialogStyle = {};
scope.userInput = scope.searchField ? {} : "";
scope.userInput = scope.userInput ? scope.userInput : scope.searchField ? {} : "";
scope.showDialog = false;

@@ -40,0 +40,0 @@ scope.highlightedIndex = null;

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