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.22
to
1.0.23
+2
-2
build/Transporter.d.ts

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

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

@@ -12,0 +12,0 @@ id: string;

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

},
"version": "1.0.22",
"version": "1.0.23",
"description": "",

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