Socket
Socket
Sign inDemoInstall

@libsql/client-wasm

Package Overview
Dependencies
Maintainers
0
Versions
31
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


Version published
Maintainers
0
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

FAQs

Package last updated on 20 Sep 2024

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

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