better-sqlite3
Advanced tools
+1
-1
@@ -22,3 +22,3 @@ #!/usr/bin/env bash | ||
| YEAR="2025" | ||
| VERSION="3490200" | ||
| VERSION="3500200" | ||
@@ -25,0 +25,0 @@ # Defines below are sorted alphabetically |
@@ -369,2 +369,4 @@ /* | ||
| int (*set_clientdata)(sqlite3*, const char*, void*, void(*)(void*)); | ||
| /* Version 3.50.0 and later */ | ||
| int (*setlk_timeout)(sqlite3*,int,int); | ||
| }; | ||
@@ -703,2 +705,4 @@ | ||
| #define sqlite3_set_clientdata sqlite3_api->set_clientdata | ||
| /* Version 3.50.0 and later */ | ||
| #define sqlite3_setlk_timeout sqlite3_api->setlk_timeout | ||
| #endif /* !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION) */ | ||
@@ -705,0 +709,0 @@ |
+1
-1
| { | ||
| "name": "better-sqlite3", | ||
| "version": "12.1.1", | ||
| "version": "12.2.0", | ||
| "description": "The fastest and simplest library for SQLite in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
10202618
0.51%