You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@libsql/client-wasm

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/client-wasm

libSQL driver for TypeScript and JavaScript

0.15.10
latest
Source
npmnpm
Version published
Weekly downloads
37K
1.7%
Maintainers
3
Weekly downloads
 
Created
Source

libSQL Wasm

libSQL Wasm packaged as an ES module, forked from SQLite Wasm package.

Releasing

To release a new version of this package, first build the Wasm binaries in the libsql repository.

cd libsql-sqlite3
./configure
cd ext/wasm
make dist

The build process outputs a file such as sqlite-wasm-3440000.zip. You need to replace the contents of this repository with that. To that, run the following commands at the top-level directory of this repository:

npm run build

Keywords

libsql

FAQs

Package last updated on 16 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts