@sqlite.org/sqlite-wasm
Advanced tools
@@ -513,2 +513,1 @@ /* @preserve | ||
| else installAsyncProxy(); | ||
| export {}; |
+7
-7
| { | ||
| "name": "@sqlite.org/sqlite-wasm", | ||
| "version": "3.51.2-build4", | ||
| "version": "3.51.2-build5", | ||
| "description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -67,15 +67,15 @@ "type": "module", | ||
| "@types/node": "^25.0.10", | ||
| "@vitest/browser": "^4.0.17", | ||
| "@vitest/browser-playwright": "^4.0.17", | ||
| "happy-dom": "^20.3.4", | ||
| "@vitest/browser": "^4.0.18", | ||
| "@vitest/browser-playwright": "^4.0.18", | ||
| "happy-dom": "^20.3.9", | ||
| "http-server": "github:vapier/http-server", | ||
| "lefthook": "2.0.15", | ||
| "playwright": "^1.57.0", | ||
| "playwright": "^1.58.0", | ||
| "prettier": "^3.8.1", | ||
| "prettier-plugin-jsdoc": "^1.8.0", | ||
| "publint": "^0.3.17", | ||
| "tsdown": "^0.20.0-beta.4", | ||
| "tsdown": "^0.20.1", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.17" | ||
| "vitest": "^4.0.18" | ||
| } | ||
| } |
+2
-5
@@ -135,3 +135,3 @@ # SQLite Wasm | ||
| log('Loading and initializing SQLite3 module...'); | ||
| const sqlite3 = await sqlite3InitModule({ print: log, printErr: error }); | ||
| const sqlite3 = await sqlite3InitModule(); | ||
| log('Done initializing. Running demo...'); | ||
@@ -167,6 +167,3 @@ start(sqlite3); | ||
| log('Loading and initializing SQLite3 module...'); | ||
| const sqlite3 = await sqlite3InitModule({ | ||
| print: log, | ||
| printErr: error, | ||
| }); | ||
| const sqlite3 = await sqlite3InitModule(); | ||
| log('Done initializing. Running demo...'); | ||
@@ -173,0 +170,0 @@ start(sqlite3); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
1
-66.67%2232981
-0.38%30818
0307
-0.97%