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.20
to
1.0.21
+1
-1
build/Transporter.d.ts

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

id: string;
}, K = void>(ref: string, data: T) => Promise<K>;
}, K = void>(ref: string, data: Partial<T>) => Promise<K>;
remove: (ref: string) => Promise<void | void>;
trigger: <Query, Payload, Response>(ref: string, name: string, query: Query, payload: Payload) => Promise<Response>;
};

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

},
"version": "1.0.20",
"version": "1.0.21",
"description": "",

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