You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@livequery/react

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livequery/react - npm Package Compare versions

Comparing version
2.0.22
to
2.0.23
+1
-1
build/LiveQueryContext.js

@@ -11,3 +11,3 @@ "use client";

const ctx = useContext(LivequeryContext);
if (!ctx.transporter)
if (!ctx.transporter && typeof window != 'undefined')
throw 'MISSING_LIVEQUERY_TRANSPORTER';

@@ -14,0 +14,0 @@ return {

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "2.0.22",
"version": "2.0.23",
"description": "",

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