Socket
Socket
Sign inDemoInstall

libsql-stateless-easy

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.5 to 1.4.6

lib-cjs/types-extra.js

3

lib-esm/client.d.ts
import { libsqlBatchReqStepExecCond, libsqlConfig } from "libsql-stateless";
import { TransactionMode, rawSQLStatement } from "./types.js";
import { __Transaction } from "./types-extra.js";
declare class libsqlClient {

@@ -65,3 +66,3 @@ private readonly conf;

batchPrimitive(steps: Array<rawSQLStatement>, step_conditions?: Array<libsqlBatchReqStepExecCond | null | undefined>): Promise<(import("./types.js").ResultSet | null)[]>;
transaction(mode?: TransactionMode): Promise<void>;
transaction(mode?: TransactionMode): Promise<__Transaction>;
/** Execute a sequence of SQL statements separated by semicolons.

@@ -68,0 +69,0 @@ *

{
"name": "libsql-stateless-easy",
"version": "1.4.5",
"version": "1.4.6",
"homepage": "https://github.com/DaBigBlob/libsql-stateless-easy#readme",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc