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.27
to
1.0.28
+1
-2
build/LivequeryRequest.d.ts

@@ -1,2 +0,1 @@

export declare type FilterExpression = '==' | '!=' | '<' | '<=' | '>' | '>=' | 'in-array' | 'contains' | 'not-contains' | 'like' | 'between';
export declare type RequestMethod = 'put' | 'patch' | 'delete' | 'post';

@@ -54,4 +53,4 @@ export declare type Eq<T> = {

};
filters: Array<[string, FilterExpression, any]>;
filters: Array<[string, string, any]>;
options: BasicQueryOption<T>;
};

@@ -7,3 +7,3 @@ import { QueryOption } from "./LivequeryRequest";

id: string;
}>(query_id: number, ref: string, options?: Partial<QueryOption<T>>) => Observable<QueryStream<T>> & {
}>(ref: string, options?: Partial<QueryOption<T>>) => Observable<QueryStream<T>> & {
reload: Function;

@@ -10,0 +10,0 @@ };

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

},
"version": "1.0.27",
"version": "1.0.28",
"description": "",

@@ -9,0 +9,0 @@ "main": "build/index.js",