@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.44.0-build5 to 3.44.1-build1
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.44.0-build5", | ||
"version": "3.44.1-build1", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -74,3 +74,3 @@ # SQLite Wasm | ||
'OPFS is available, created persisted database at', | ||
response.result.filename.replace(/^file:(.*?)\?vfs=opfs/, '$1'), | ||
response.result.filename.replace(/^file:(.*?)\?vfs=opfs$/, '$1'), | ||
); | ||
@@ -87,2 +87,5 @@ // Your SQLite code here. | ||
The `promiser` object above implements the | ||
[Worker1 API](https://sqlite.org/wasm/doc/trunk/api-worker1.md#worker1-methods). | ||
### In a worker (with OPFS if available): | ||
@@ -137,2 +140,5 @@ | ||
The `db` object above implements the | ||
[Object Oriented API #1](https://sqlite.org/wasm/doc/trunk/api-oo1.md). | ||
### In the main thread (without OPFS): | ||
@@ -139,0 +145,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
233
1
3
292711
5
7631