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.3 to 0.3.4

2

lib-cjs/client.js

@@ -134,2 +134,3 @@ "use strict";

}
this.#requestIdAlloc.free(requestId);
try {

@@ -153,2 +154,3 @@ if (responseState.type !== msg["response"]["type"]) {

}
this.#requestIdAlloc.free(requestId);
responseState.errorCallback((0, result_js_1.errorFromProto)(msg["error"]));

@@ -155,0 +157,0 @@ }

@@ -131,2 +131,3 @@ import { WebSocket } from "@libsql/isomorphic-ws";

}
this.#requestIdAlloc.free(requestId);
try {

@@ -150,2 +151,3 @@ if (responseState.type !== msg["response"]["type"]) {

}
this.#requestIdAlloc.free(requestId);
responseState.errorCallback(errorFromProto(msg["error"]));

@@ -152,0 +154,0 @@ }

2

package.json
{
"name": "@libsql/hrana-client",
"version": "0.3.3",
"version": "0.3.4",
"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