filter-tree
Advanced tools
Comparing version 0.3.39 to 0.3.40
@@ -451,3 +451,3 @@ /* eslint-env browser */ | ||
*/ | ||
setCaseSensitivity: function(isSensitive) { | ||
set caseSensitiveData(isSensitive) { | ||
var toString = isSensitive ? toStringCaseSensitive : toStringCaseInsensitive; | ||
@@ -527,5 +527,5 @@ FilterLeaf.setToString(toString); | ||
// module initialization | ||
FilterTree.prototype.setCaseSensitivity(true); // default is case-sensitive which is more efficient; may be reset at will | ||
FilterTree.prototype.caseSensitiveData = true; // default is case-sensitive which is more efficient; may be reset at will | ||
module.exports = FilterTree; |
{ | ||
"name": "filter-tree", | ||
"version": "0.3.39", | ||
"version": "0.3.40", | ||
"description": "Complex table filter expressions with GUI editor.", | ||
@@ -41,3 +41,3 @@ "repository": { | ||
"css-injector": "^1.1.0", | ||
"extend-me": "^2.2.2", | ||
"extend-me": "^2.3", | ||
"object-iterators": "^1.3.0", | ||
@@ -44,0 +44,0 @@ "pop-menu": "^0.2.5", |
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
106244
Updatedextend-me@^2.3