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.4.0 to 0.4.1

16

package.json
{
"name": "libsql",
"version": "0.4.0",
"version": "0.4.1",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",

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

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

@@ -141,3 +141,3 @@ # libSQL API for JavaScript/TypeScript

```console
npm run build
LIBSQL_JS_DEV=1 npm run build
```

@@ -148,2 +148,3 @@

```console
export LIBSQL_JS_DEV=1
npm link

@@ -150,0 +151,0 @@ cd integration-tests

@@ -75,3 +75,3 @@ // Type definitions for better-sqlite3 7.6

transaction<F extends VariableArgFunction>(fn: F): Transaction<F>;
sync(): this;
sync(): any;
exec(source: string): this;

@@ -78,0 +78,0 @@ pragma(source: string, options?: Database.PragmaOptions): unknown;

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