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.4 to 0.3.5

2

lib-cjs/errors.js

@@ -41,3 +41,3 @@ "use strict";

constructor(message, cause) {
super(message);
super(`${message}: ${cause}`);
this.cause = cause;

@@ -44,0 +44,0 @@ }

@@ -35,5 +35,5 @@ /** Generic error produced by the Hrana client. */

constructor(message, cause) {
super(message);
super(`${message}: ${cause}`);
this.cause = cause;
}
}
{
"name": "@libsql/hrana-client",
"version": "0.3.4",
"version": "0.3.5",
"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