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

@libsql/client

Package Overview
Dependencies
Maintainers
3
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.5.2 to 0.5.3

1

lib-cjs/sqlite3.js

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

syncUrl: config.syncUrl,
syncInterval: config.syncInterval,
};

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

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

syncUrl: config.syncUrl,
syncInterval: config.syncInterval,
};

@@ -39,0 +40,0 @@ const db = new Database(path, options);

9

package.json
{
"name": "@libsql/client",
"version": "0.5.2",
"version": "0.5.3",
"keywords": [

@@ -88,3 +88,4 @@ "libsql",

"lib-cjs/**",
"lib-esm/**"
"lib-esm/**",
"README.md"
],

@@ -103,6 +104,6 @@ "scripts": {

"dependencies": {
"@libsql/core": "^0.5.2",
"@libsql/core": "^0.5.3",
"@libsql/hrana-client": "^0.5.6",
"js-base64": "^3.7.5",
"libsql": "^0.3.2"
"libsql": "^0.3.7"
},

@@ -109,0 +110,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