@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.43.0-build2 to 3.43.0-build3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2824102