@libsql/hrana-client
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -172,2 +172,5 @@ "use strict"; | ||
#onSocketMessage(event) { | ||
if (this.#closed !== undefined) { | ||
return; | ||
} | ||
if (typeof event.data !== "string") { | ||
@@ -174,0 +177,0 @@ this.#socket.close(3003, "Only string messages are accepted"); |
@@ -169,2 +169,5 @@ import { IdAlloc } from "./id_alloc.js"; | ||
#onSocketMessage(event) { | ||
if (this.#closed !== undefined) { | ||
return; | ||
} | ||
if (typeof event.data !== "string") { | ||
@@ -171,0 +174,0 @@ this.#socket.close(3003, "Only string messages are accepted"); |
{ | ||
"name": "@libsql/hrana-client", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "hrana", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102719
2610