Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filter-tree

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filter-tree - npm Package Compare versions

Comparing version 0.3.39 to 0.3.40

4

js/FilterTree.js

@@ -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",

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