Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libsql/hrana-client

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/hrana-client - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

3

lib-cjs/client.js

@@ -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");

2

package.json
{
"name": "@libsql/hrana-client",
"version": "0.3.12",
"version": "0.3.13",
"keywords": [

@@ -5,0 +5,0 @@ "hrana",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc