New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deephaven/filters

Package Overview
Dependencies
Maintainers
0
Versions
681
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/filters

Deephaven Filters

0.106.2-beta.1
Source
npm
Version published
Weekly downloads
1.2K
4.08%
Maintainers
0
Weekly downloads
 
Created
Source

@deephaven/filters

A library for defining filters. Does not provide actual filter implementation, just the types and some utility methods.

Install

npm install --save @deephaven/filters

Usage

import { getLabelForTextFilter, FilterType } from '@deephaven/filters';

console.log('Label is', getLabelForTextFilter(FilterType.contains));

FAQs

Package last updated on 04 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts