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.44.0-build5 to 3.44.1-build1

2

package.json
{
"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 @@

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