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.49.1-build2

node.mjs

11

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

@@ -17,2 +17,3 @@ "keywords": [

"main": "index.mjs",
"node": "node.mjs",
"type": "module",

@@ -22,2 +23,3 @@ "files": [

"index.mjs",
"node.mjs",
"sqlite-wasm/"

@@ -29,3 +31,3 @@ ],

"types": "./index.d.ts",
"node": "./index.mjs",
"node": "./node.mjs",
"import": "./index.mjs",

@@ -47,2 +49,3 @@ "main": "./index.mjs",

"start": "npx http-server --coop",
"start:node": "cd demo && node node.mjs",
"fix": "npx prettier . --write",

@@ -67,5 +70,5 @@ "prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types",

"node-fetch": "^3.3.2",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"prettier-plugin-jsdoc": "^1.3.2",
"publint": "^0.3.5",
"publint": "^0.3.6",
"shx": "^0.3.4",

@@ -72,0 +75,0 @@ "typescript": "^5.7.3"

@@ -17,2 +17,9 @@ # SQLite Wasm

## Node.js support
> [!Warning]
>
> Node.js is currently only supported for in-memory databases without
> persistence.
## Installation

@@ -19,0 +26,0 @@