Socket
Socket
Sign inDemoInstall

@loopback/filter

Package Overview
Dependencies
Maintainers
10
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/filter - npm Package Compare versions

Comparing version 4.1.5 to 5.0.0

2

dist/query.d.ts

@@ -5,3 +5,3 @@ import { AnyObject } from './types';

*/
export type Operators = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'inq' | 'nin' | 'between' | 'exists' | 'and' | 'or' | 'like' | 'nlike' | 'ilike' | 'nilike' | 'regexp';
export type Operators = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'inq' | 'nin' | 'between' | 'exists' | 'and' | 'or' | 'like' | 'nlike' | 'ilike' | 'nilike' | 'regexp' | 'match' | 'contains';
/**

@@ -8,0 +8,0 @@ * Matching predicate comparison

{
"name": "@loopback/filter",
"description": "Utility typings and filters for LoopBack filters.",
"version": "4.1.5",
"version": "5.0.0",
"license": "MIT",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"engines": {
"node": "16 || 18 || 20"
"node": "18 || 20"
},

@@ -39,8 +39,8 @@ "scripts": {

"devDependencies": {
"@loopback/build": "^10.1.5",
"@loopback/testlab": "^6.1.5",
"@types/node": "^16.18.70",
"@loopback/build": "^11.0.0",
"@loopback/testlab": "^7.0.0",
"@types/node": "^16.18.86",
"typescript": "~5.2.2"
},
"gitHead": "3f73360ac38e1615317cae977ac20c2e124e3518"
"gitHead": "bb4864f7405492d9c86c7db6e714542a292a8790"
}

@@ -42,3 +42,5 @@ // Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved.

| 'nilike' // NOT ILIKE
| 'regexp'; // REGEXP'
| 'regexp' // REGEXP'
| 'match' // match
| 'contains'; // for array

@@ -45,0 +47,0 @@ /**

Sorry, the diff of this file is not supported yet

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