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.5.0 to 1.5.1

4

lib-cjs/client.js

@@ -117,3 +117,5 @@ "use strict";

close() {
throw new errors_js_1.InternalError("'libsql-stateless' is stateless therefore no connection to close.");
// throw new InternalError("'libsql-stateless' is stateless therefore no connection to close.");
// don't throw error for max compatiblity
console.error("'libsql-stateless' is stateless therefore no connection to close.");
}

@@ -120,0 +122,0 @@ async serverOk() {

@@ -114,3 +114,5 @@ import { libsqlBatch, libsqlBatchTransaction, libsqlExecute, libsqlExecuteMultiple, libsqlServerCompatCheck } from "./functions.js";

close() {
throw new InternalError("'libsql-stateless' is stateless therefore no connection to close.");
// throw new InternalError("'libsql-stateless' is stateless therefore no connection to close.");
// don't throw error for max compatiblity
console.error("'libsql-stateless' is stateless therefore no connection to close.");
}

@@ -117,0 +119,0 @@ async serverOk() {

{
"name": "libsql-stateless-easy",
"version": "1.5.0",
"version": "1.5.1",
"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