Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sqlite.org/sqlite-wasm

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqlite.org/sqlite-wasm - npm Package Compare versions

Comparing version
3.51.2-build4
to
3.51.2-build5
+0
-1
dist/sqlite3-opfs-async-proxy.js

@@ -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"
}
}

@@ -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