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.0 to 2.0.1

.idea/.name

5

package.json
{
"name": "cp-multi-selector",
"version": "2.0.0",
"version": "2.0.1",
"description": "Component Description",

@@ -8,3 +8,4 @@ "main": "build/cp-multi-selector.js",

"test": "node node_modules/karma/bin/karma start",
"build": "webpack"
"build": "webpack",
"prepublish": "npm run build"
},

@@ -11,0 +12,0 @@ "repository": {

2

README.md

@@ -44,3 +44,5 @@ # cp-multi-selector

Optionally pass a string "search-field" to the directive which will be used to search the given property.
## Demo
http://canopytax.github.io/cp-multi-selector/

@@ -1,2 +0,1 @@

var jquery = require('jquery');
var angular = require('angular');

@@ -3,0 +2,0 @@

var _ = require('lodash');
var $ = require('jquery');

@@ -14,2 +15,3 @@ var template = require('./multi-selector.html');

source: '=',
searchField: '@',
selectedItems: '=',

@@ -34,3 +36,3 @@ template: "=",

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

@@ -37,0 +39,0 @@ scope.highlightedIndex = null;

@@ -31,4 +31,4 @@ var path = require('path');

'angular': 'angular',
'lodash': '_',
'jquery': '$',
'jquery': 'jquery',
'lodash': 'lodash'
},

@@ -35,0 +35,0 @@ plugins: [

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