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

@libsql/client

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/client - npm Package Compare versions

Comparing version 0.4.0-pre.5 to 0.4.0-pre.6

2

lib-cjs/http.js

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

sync() {
return Promise.resolve();
throw new api_js_1.LibsqlError("sync not supported in http mode", "SYNC_NOT_SUPPORTED");
}

@@ -147,0 +147,0 @@ close() {

@@ -113,3 +113,3 @@ import * as hrana from "@libsql/hrana-client";

sync() {
return Promise.resolve();
throw new LibsqlError("sync not supported in http mode", "SYNC_NOT_SUPPORTED");
}

@@ -116,0 +116,0 @@ close() {

{
"name": "@libsql/client",
"version": "0.4.0-pre.5",
"version": "0.4.0-pre.6",
"keywords": [

@@ -104,3 +104,3 @@ "libsql",

"js-base64": "^3.7.5",
"libsql": "^0.2.0-pre.4"
"libsql": "^0.2.0-pre.6"
},

@@ -107,0 +107,0 @@ "devDependencies": {

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