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.14
to
1.0.15
+3
-3
build/Transporter.d.ts

@@ -6,3 +6,3 @@ import { Observable } from 'rxjs';

export declare type UpdatedDataType = 'added' | 'removed' | 'modified';
export declare type QueryOption<T> = {
export declare type QueryOption<T = any> = {
_limit: number;

@@ -16,3 +16,3 @@ _cursor: any;

};
export declare type UpdatedData<T> = {
export declare type UpdatedData<T = any> = {
data: Partial<T> & {

@@ -24,3 +24,3 @@ id: string;

};
export declare type QueryStream<T> = {
export declare type QueryStream<T = any> = {
n: number;

@@ -27,0 +27,0 @@ has_more?: boolean;

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

},
"version": "1.0.14",
"version": "1.0.15",
"description": "",

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