You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@livequery/types

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livequery/types - npm Package Compare versions

Comparing version
1.0.37
to
1.0.38
+1
-5
build/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {

@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k;

+1
-1

@@ -24,3 +24,3 @@ export declare type RequestMethod = 'put' | 'patch' | 'delete' | 'post';

export declare type Between<T> = ConditionTypeBuilder<T, number, 'between', [number, number]>;
export declare type FilterCondition<T> = Partial<Eq<T> & Neq<T> & Lt<T> & Lte<T> & Gt<T> & Gte<T> & InArray<T> & Contains<T> & NotContains<T> & Like<T>>;
export declare type FilterCondition<T> = Partial<Eq<T> & Neq<T> & Lt<T> & Lte<T> & Gt<T> & Gte<T> & InArray<T> & Contains<T> & NotContains<T> & Like<T> & Between<T>>;
export declare type BasicQueryOption<T = any> = {

@@ -27,0 +27,0 @@ _limit: number;

@@ -6,3 +6,3 @@ {

},
"version": "1.0.37",
"version": "1.0.38",
"description": "",

@@ -23,3 +23,6 @@ "main": "build/index.js",

"rxjs": "^7.1.0"
},
"dependencies": {
"@types/node": "^18.7.23"
}
}
}