Socket
Socket
Sign inDemoInstall

@simplehealth/filterql

Package Overview
Dependencies
4
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @simplehealth/filterql

The FilterQL mini-language.


Version published
Maintainers
4
Install size
477 kB
Created

Readme

Source

npm Build Status

The FilterQL mini-language.

Installation

$ npm install @simplehealth/filterql

Usage

import { Q } from '@simplehealth/filterql';

const q = new Q('status:OPEN sort:modified-asc');
q.has('status:OPEN'); // => true
q.replace('status:ISSUE').toString(); // => 'status:ISSUE sort:modified-asc'

API

TODO: Document this.

Keywords

FAQs

Last updated on 08 Feb 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc