Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libsql/client

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/client - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/lib/driver/HttpDriver.js

@@ -68,3 +68,3 @@ "use strict";

return [3 /*break*/, 4];
case 2: return [4 /*yield*/, this.transaction([{ sql: stmt, params: params }])];
case 2: return [4 /*yield*/, this.transaction([{ q: stmt, params: params }])];
case 3:

@@ -135,3 +135,3 @@ rs = (_a.sent())[0];

statements: s.map(function (st) {
return { q: st.sql, params: st.params };
return { q: st.q, params: st.params };
})

@@ -138,0 +138,0 @@ };

@@ -119,3 +119,3 @@ "use strict";

return [3 /*break*/, 5];
case 3: return [4 /*yield*/, this.execute(stmt.sql, stmt.params)];
case 3: return [4 /*yield*/, this.execute(stmt.q, stmt.params)];
case 4:

@@ -122,0 +122,0 @@ rs = _a.sent();

@@ -12,3 +12,3 @@ import { Driver } from "./driver/Driver";

export type BoundStatement = {
sql: string;
q: string;
params: Params;

@@ -15,0 +15,0 @@ };

{
"name": "@libsql/client",
"version": "0.0.4",
"version": "0.0.5",
"keywords": [

@@ -5,0 +5,0 @@ "libsql",

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