New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

libsql

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsql - npm Package Compare versions

Comparing version 0.3.2 to 0.3.4

5

index.js

@@ -35,2 +35,3 @@ "use strict";

statementRaw,
statementIsReader,
statementGet,

@@ -247,2 +248,6 @@ statementRun,

get reader() {
return statementIsReader.call(this.stmt);
}
/**

@@ -249,0 +254,0 @@ * Executes the SQL statement and returns an info object.

16

package.json
{
"name": "libsql",
"version": "0.3.2",
"version": "0.3.4",
"description": "",

@@ -69,10 +69,10 @@ "os": [

"optionalDependencies": {
"@libsql/darwin-arm64": "0.3.2",
"@libsql/linux-arm64-gnu": "0.3.2",
"@libsql/linux-arm64-musl": "0.3.2",
"@libsql/darwin-x64": "0.3.2",
"@libsql/win32-x64-msvc": "0.3.2",
"@libsql/linux-x64-gnu": "0.3.2",
"@libsql/linux-x64-musl": "0.3.2"
"@libsql/darwin-arm64": "0.3.4",
"@libsql/linux-arm64-gnu": "0.3.4",
"@libsql/linux-arm64-musl": "0.3.4",
"@libsql/darwin-x64": "0.3.4",
"@libsql/win32-x64-msvc": "0.3.4",
"@libsql/linux-x64-gnu": "0.3.4",
"@libsql/linux-x64-musl": "0.3.4"
}
}

@@ -22,2 +22,3 @@ "use strict";

statementRaw,
statementIsReader,
statementGet,

@@ -225,2 +226,6 @@ statementRun,

get reader() {
return statementIsReader.call(this.stmt);
}
/**

@@ -227,0 +232,0 @@ * Executes the SQL statement and returns an info object.

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