Socket
Socket
Sign inDemoInstall

libsql-stateless-easy

Package Overview
Dependencies
2
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

5

lib-cjs/client.js

@@ -122,4 +122,7 @@ "use strict";

function createClient(conf) {
return new libsqlClient(conf);
return new libsqlClient({
db_url: conf.url,
authToken: conf.authToken
});
}
exports.createClient = createClient;

@@ -97,3 +97,6 @@ import { libsqlBatchReqStepExecCond, libsqlConfig } from "libsql-stateless";

}
export declare function createClient(conf: libsqlConfig): libsqlClient;
export declare function createClient(conf: {
url: string;
authToken?: string;
}): libsqlClient;
export {};

@@ -119,3 +119,6 @@ import { libsqlBatch, libsqlBatchTransaction, libsqlExecute, libsqlExecuteMultiple, libsqlServerCompatCheck } from "./functions";

export function createClient(conf) {
return new libsqlClient(conf);
return new libsqlClient({
db_url: conf.url,
authToken: conf.authToken
});
}

2

package.json
{
"name": "libsql-stateless-easy",
"version": "1.4.1",
"version": "1.4.2",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc