🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tursodatabase/database

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tursodatabase/database - npm Package Compare versions

Comparing version
0.7.0-pre.17
to
0.7.0-pre.19
+7
-7
package.json
{
"name": "@tursodatabase/database",
"version": "0.7.0-pre.17",
"version": "0.7.0-pre.19",
"repository": {

@@ -25,3 +25,3 @@ "type": "git",

"@types/node": "^24.3.1",
"better-sqlite3": "^12.2.0",
"better-sqlite3": "12.9.0",
"drizzle-kit": "^0.31.4",

@@ -53,3 +53,3 @@ "drizzle-orm": "^0.45.2",

"dependencies": {
"@tursodatabase/database-common": "^0.7.0-pre.17"
"@tursodatabase/database-common": "^0.7.0-pre.19"
},

@@ -60,7 +60,7 @@ "imports": {

"optionalDependencies": {
"@tursodatabase/database-linux-x64-gnu": "0.7.0-pre.17",
"@tursodatabase/database-win32-x64-msvc": "0.7.0-pre.17",
"@tursodatabase/database-darwin-arm64": "0.7.0-pre.17",
"@tursodatabase/database-linux-arm64-gnu": "0.7.0-pre.17"
"@tursodatabase/database-linux-x64-gnu": "0.7.0-pre.19",
"@tursodatabase/database-win32-x64-msvc": "0.7.0-pre.19",
"@tursodatabase/database-darwin-arm64": "0.7.0-pre.19",
"@tursodatabase/database-linux-arm64-gnu": "0.7.0-pre.19"
}
}