🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@libsql/client-wasm

Package Overview
Dependencies
Maintainers
3
Versions
39
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.4
latest
Source
npm
Version published
Weekly downloads
37K
-9.87%
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 15 Apr 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