cp-multi-selector
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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": { |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
48
0
2
81364
25
1176