You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sqlite.org/sqlite-wasm

Package Overview
Dependencies
Maintainers
2
Versions
71
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

to
3.44.0-build5

2

package.json
{
"name": "@sqlite.org/sqlite-wasm",
"version": "3.44.0-build4",
"version": "3.44.0-build5",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -72,4 +72,3 @@ # SQLite Wasm

const { dbId } = response;
logHtml(
'',
log(
'OPFS is available, created persisted database at',

@@ -76,0 +75,0 @@ response.result.filename.replace(/^file:(.*?)\?vfs=opfs/, '$1'),