Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sqlite.org/sqlite-wasm

Package Overview
Dependencies
Maintainers
2
Versions
54
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.43.0-build2 to 3.43.0-build3

8

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

@@ -46,3 +46,3 @@ "keywords": [

"type": "git",
"url": "git+https://github.com/tomayac/sqlite-wasm.git"
"url": "git+https://github.com/sqlite/sqlite-wasm.git"
},

@@ -52,5 +52,5 @@ "author": "Thomas Steiner (tomac@google.com)",

"bugs": {
"url": "https://github.com/tomayac/sqlite-wasm/issues"
"url": "https://github.com/sqlite/sqlite-wasm/issues"
},
"homepage": "https://github.com/tomayac/sqlite-wasm#readme",
"homepage": "https://github.com/sqlite/sqlite-wasm#readme",
"devDependencies": {

@@ -57,0 +57,0 @@ "cheerio": "^1.0.0-rc.12",

@@ -55,3 +55,3 @@ # SQLite Wasm

The `db` object above implements the
[Object Oriented API #1](https://sqlite.org/wasm/doc/tip/api-oo1.md).
[Object Oriented API #1](https://sqlite.org/wasm/doc/trunk/api-oo1.md).

@@ -162,3 +162,3 @@ ### In a worker (with OPFS if available):

See the [demo](https://github.com/tomayac/sqlite-wasm/tree/main/demo) folder for
See the [demo](https://github.com/sqlite/sqlite-wasm/tree/main/demo) folder for
examples of how to use this in the main thread and in a worker. (Note that the

@@ -165,0 +165,0 @@ worker variant requires special HTTP headers, so it can't be hosted on GitHub

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc