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
0
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
2.0.15
to
2.0.22
+6
-4
build/src/LivequeryResponse.d.ts

@@ -37,10 +37,12 @@ import { LivequeryBaseEntity } from "./LivequeryBaseEntity.js";

};
export type Summary = {
[key: string]: any;
};
export declare type QueryStream<T extends LivequeryBaseEntity = LivequeryBaseEntity> = Response<{
changes: Array<UpdatedData<T>>;
paging?: Paging;
summary?: Summary;
}>;
export type CollectionResponse<T, R extends {} = {}> = Response<Paging & {
summary: {
[key in keyof R]: number;
};
export type CollectionResponse<T> = Response<Paging & {
summary: Summary;
items: T[];

@@ -47,0 +49,0 @@ subscription_token?: string;

+1
-1

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

},
"version": "2.0.15",
"version": "2.0.22",
"description": "",

@@ -9,0 +9,0 @@ "type": "module",