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
1
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-build6 to 3.41.2-build7

4

bin/index.js

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

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

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

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

@@ -26,3 +26,6 @@ "keywords": [

"main": "./index.mjs",
"browser": "./index.mjs"
"browser": "./index.mjs",
"sqlite3-bundler-friendly.mjs": "./sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs",
"sqlite3-opfs-async-proxy.js": "./sqlite-wasm/jswasm/sqlite3-opfs-async-proxy.js",
"sqlite3.wasm": "./sqlite-wasm/jswasm/sqlite3.wasm"
},

@@ -40,3 +43,4 @@ "./package.json": "./package.json"

"start": "npx http-server --coop",
"fix": "npx prettier . --write"
"fix": "npx prettier . --write",
"deploy": "npm run prepare && npm publish --access public"
},

@@ -43,0 +47,0 @@ "repository": {

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