react-selectize
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "react-selectize", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "react implementation of selectize", | ||
@@ -15,4 +15,3 @@ "main": "src/ReactSelectize.js", | ||
"prelude-ls": "^1.1.1", | ||
"react": "^0.13.1", | ||
"react-onclickoutside": "^0.2.2" | ||
"react": "^0.13.1" | ||
}, | ||
@@ -19,0 +18,0 @@ "devDependencies": { |
(function(){ | ||
var ref$, filter, find, last, map, partition, reject, reverse, sortBy, clamp, findAll, partitionString, onClickOutside, React, div, input, span, SimpleOption, SimpleValue; | ||
var ref$, filter, find, last, map, partition, reject, reverse, sortBy, clamp, findAll, partitionString, React, div, input, span, SimpleOption, SimpleValue; | ||
ref$ = require('prelude-ls'), filter = ref$.filter, find = ref$.find, last = ref$.last, map = ref$.map, partition = ref$.partition, reject = ref$.reject, reverse = ref$.reverse, sortBy = ref$.sortBy; | ||
ref$ = require('prelude-extension'), clamp = ref$.clamp, findAll = ref$.findAll, partitionString = ref$.partitionString; | ||
onClickOutside = require('react-onclickoutside'); | ||
React = require('react'), ref$ = React.DOM, div = ref$.div, input = ref$.input, span = ref$.span; | ||
@@ -11,3 +10,2 @@ SimpleOption = require('./SimpleOption'); | ||
displayName: 'ReactSelectize', | ||
mixins: [onClickOutside], | ||
getDefaultProps: function(){ | ||
@@ -257,7 +255,2 @@ return { | ||
}, | ||
handleClickOutside: function(){ | ||
this.setState({ | ||
open: false | ||
}); | ||
}, | ||
isBelowLimit: function(props){ | ||
@@ -264,0 +257,0 @@ var ref$, maxItems, values; |
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
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
4
0
18421
515
- Removedreact-onclickoutside@^0.2.2
- Removedreact-onclickoutside@0.2.5(transitive)