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 Versions

1
10

0.3.1

Diff

Changelog

Source

0.3.1 -- 2023-07-20

  • Added ResultSet.toJSON() to provide better JSON serialization. (#61)
  • Added conditional exports to package.json that redirect the default import of @libsql/client to @libsql/client/web on a few supported edge platforms. (#65)
  • Added Config.fetch to support overriding the fetch implementation from @libsql/isomorphic-fetch. (#66)
honzasp
published 0.3.0 •

Changelog

Source

0.3.0 -- 2023-07-07

  • Changed the order of parameters to batch(), so that the transaction mode is passed as the second parameter. (#57)
  • Changed the default transaction mode to "deferred". (#57)
  • Added Client.protocol property to find out which protocol the client uses (#54).
honzasp
published 0.2.2 •

Changelog

Source

0.2.2 -- 2023-06-22

  • Added intMode field to the Config, which chooses whether SQLite integers are represented as numbers, bigints or strings in JavaScript (#51).
honzasp
published 0.2.1 •

Changelog

Source

0.2.1 -- 2023-06-13

  • Added TransactionMode argument to batch() and transaction() (#46)
  • Added Client.executeMultiple() and Transaction.executeMultiple() (#49)
  • Added Transaction.batch() (#49)
  • Changed the default transaction mode from BEGIN DEFERRED to BEGIN IMMEDIATE
honzasp
published 0.2.0 •

Changelog

Source

0.2.0 -- 2023-06-07

  • Added support for interactive transactions over HTTP by using @libsql/hrana-client version 0.4 (#44)
  • Added ?tls=0 query parameter to turn off TLS for libsql: URLs
  • Changed the libsql: URL to use HTTP instead of WebSockets
  • Changed the Value type to include bigint (so that we can add support for reading integers as bigints in the future, without breaking compatibility)
  • Removed the ./hrana import, added ./ws to import the WebSocket-only client
honzasp
published 0.2.0-pre.0 •

honzasp
published 0.1.6 •

honzasp
published 0.1.5 •

honzasp
published 0.1.4 •

honzasp
published 0.1.3 •

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