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.7
to
2.0.15
+3
-1
build/src/Transporter.d.ts
import { LivequeryBaseEntity } from "./LivequeryBaseEntity.js";
import { QueryOption } from "./LivequeryRequest.js";
import { DocumentResponse, QueryStream, Response } from "./LivequeryResponse.js";
import { Observable } from 'rxjs';
import { Observable, UnaryFunction } from 'rxjs';
export type TransporterHook = (next: () => UnaryFunction<any, any>) => UnaryFunction<any, any>;
export type Transporter = {
hook(hook: TransporterHook): Transporter;
query: <T extends LivequeryBaseEntity>(ref: string, options?: Partial<QueryOption<T>>) => Observable<QueryStream<T>>;

@@ -7,0 +9,0 @@ get: <T extends LivequeryBaseEntity>(ref: string, query?: Partial<QueryOption<T>>) => Promise<T>;

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

},
"version": "2.0.7",
"version": "2.0.15",
"description": "",

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