Socket
Socket
Sign inDemoInstall

libsql-stateless

Package Overview
Dependencies
0
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.0 to 2.8.2

6

dist/types.d.ts

@@ -118,5 +118,5 @@ export type libsqlResult<T, E> = {

last_insert_rowid: string | null;
rows_read?: number;
rows_written?: number;
query_duration_ms?: number;
rows_read: number;
rows_written: number;
query_duration_ms: number;
};

@@ -123,0 +123,0 @@ export type libsqlBatchStreamResOkData = {

{
"name": "libsql-stateless",
"version": "2.8.0",
"version": "2.8.2",
"homepage": "https://github.com/DaBigBlob/libsql-stateless#readme",

@@ -5,0 +5,0 @@ "repository": {

@@ -33,3 +33,3 @@ # libsql-stateless

# TODO
- Switch to protobuf from json? (not really needed if not reading thousands of rows/s)
> NOTE: <unix_epoch_miliseconds>-HRANA_3_SPEC.md is the current API level
downloaded from: https://github.com/tursodatabase/libsql/blob/main/docs/HRANA_3_SPEC.md at <unix_epoch_miliseconds>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc