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.41.2-build12 to 3.41.2-build13

sqlite-wasm/jswasm/sqlite3-worker1-bundler-friendly.js

4

bin/index.js

@@ -27,5 +27,3 @@ import fs from 'fs';

filter: (file) =>
!file.path.endsWith('sqlite3.mjs') &&
/jswasm/.test(file.path) &&
/(?:\.mjs|\.wasm|proxy\.js)$/.test(file.path),
/jswasm/.test(file.path) && /(\.mjs|\.wasm|\.js)$/.test(file.path),
});

@@ -32,0 +30,0 @@ console.log(

{
"name": "@sqlite.org/sqlite-wasm",
"version": "3.41.2-build12",
"version": "3.41.2-build13",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",

@@ -5,0 +5,0 @@ "keywords": [

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

> **Note** This project wraps the code of
> **Note**
>
> This project wraps the code of
> [SQLite Wasm](https://sqlite.org/wasm/doc/trunk/index.md) with _no_ changes.

@@ -8,0 +10,0 @@ > Please do _not_ file issues or feature requests regarding the underlying

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