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

libsql

Package Overview
Dependencies
Maintainers
1
Versions
80
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.6 to 0.3.7

2

index.js

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

constructor(path, opts) {
const encryptionCipher = opts?.encryptionCipher ?? "sqlcipher";
const encryptionCipher = opts?.encryptionCipher ?? "aes256cbc";
if (opts && opts.syncUrl) {

@@ -60,0 +60,0 @@ var authToken = "";

{
"name": "libsql",
"version": "0.3.6",
"version": "0.3.7",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",

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

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

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

constructor(path, opts) {
const encryptionCipher = opts?.encryptionCipher ?? "sqlcipher";
const encryptionCipher = opts?.encryptionCipher ?? "aes256cbc";
if (opts && opts.syncUrl) {

@@ -45,0 +45,0 @@ var authToken = "";

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