+10
-10
| { | ||
| "name": "libsql", | ||
| "version": "0.5.28", | ||
| "version": "0.5.29", | ||
| "description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node", | ||
@@ -80,12 +80,12 @@ "os": [ | ||
| "optionalDependencies": { | ||
| "@libsql/darwin-arm64": "0.5.28", | ||
| "@libsql/linux-arm64-gnu": "0.5.28", | ||
| "@libsql/linux-arm64-musl": "0.5.28", | ||
| "@libsql/darwin-x64": "0.5.28", | ||
| "@libsql/win32-x64-msvc": "0.5.28", | ||
| "@libsql/linux-x64-gnu": "0.5.28", | ||
| "@libsql/linux-x64-musl": "0.5.28", | ||
| "@libsql/linux-arm-gnueabihf": "0.5.28", | ||
| "@libsql/linux-arm-musleabihf": "0.5.28" | ||
| "@libsql/darwin-arm64": "0.5.29", | ||
| "@libsql/linux-arm64-gnu": "0.5.29", | ||
| "@libsql/linux-arm64-musl": "0.5.29", | ||
| "@libsql/darwin-x64": "0.5.29", | ||
| "@libsql/win32-x64-msvc": "0.5.29", | ||
| "@libsql/linux-x64-gnu": "0.5.29", | ||
| "@libsql/linux-x64-musl": "0.5.29", | ||
| "@libsql/linux-arm-gnueabihf": "0.5.29", | ||
| "@libsql/linux-arm-musleabihf": "0.5.29" | ||
| } | ||
| } |
+9
-2
@@ -6,7 +6,14 @@ # libSQL API for JavaScript/TypeScript | ||
| > [!IMPORTANT] | ||
| > **Turso database and libSQL are two different projects from the same team.** | ||
| > | ||
| > **libSQL** (this repository) is an open-source fork of SQLite. It extends SQLite with features like embedded replicas and remote access, but inherits SQLite's fundamental limitations such as the single-writer model. | ||
| > | ||
| > **[Turso database](https://github.com/tursodatabase/turso)** is a SQLite-compatible database rewritten from scratch in Rust. It is **not** a fork of SQLite — it is a completely new implementation that goes beyond what any SQLite fork can offer, including concurrent writes and bi-directional sync with offline support. Turso is currently in beta. | ||
| > | ||
| > **If you're starting a new project, you probably want to look into [Turso](https://github.com/tursodatabase/turso).** libSQL is actively maintained, but new features are being developed in Turso. | ||
| [libSQL](https://github.com/libsql/libsql) is an open source, open contribution fork of SQLite. | ||
| This source repository contains libSQL API bindings for Node, which aims to be compatible with [better-sqlite3](https://github.com/WiseLibs/better-sqlite3/), but with opt-in promise API. | ||
| *Please note that there is also the [libSQL SDK](https://github.com/libsql/libsql-client-ts), which is useful if you don't need `better-sqlite3` compatibility or use libSQL in environments like serverless functions that require `fetch()`-based database access protocol.* | ||
| ## Features | ||
@@ -13,0 +20,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
43990
1.37%172
4.24%