🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@libsql/client

Package Overview
Dependencies
Maintainers
1
Versions
118
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.17.3
to
0.17.4
+1
-0
lib-cjs/sqlite3.js

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

offline: config.offline,
timeout: config.timeout,
};

@@ -72,0 +73,0 @@ const db = new libsql_1.default(path, options);

@@ -49,2 +49,3 @@ import Database from "libsql";

offline: config.offline,
timeout: config.timeout,
};

@@ -51,0 +52,0 @@ const db = new Database(path, options);

+2
-2
{
"name": "@libsql/client",
"version": "0.17.3",
"version": "0.17.4",
"keywords": [

@@ -106,3 +106,3 @@ "libsql",

"dependencies": {
"@libsql/core": "^0.17.3",
"@libsql/core": "^0.17.4",
"@libsql/hrana-client": "^0.10.0",

@@ -109,0 +109,0 @@ "js-base64": "^3.7.5",