New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sqlite.org/sqlite-wasm

Package Overview
Dependencies
Maintainers
2
Versions
63
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.43.0-build3 to 3.43.1-build1

4

package.json
{
"name": "@sqlite.org/sqlite-wasm",
"version": "3.43.0-build3",
"version": "3.43.1-build1",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",

@@ -60,3 +60,3 @@ "keywords": [

"node-fetch": "^3.3.2",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"publint": "^0.2.2",

@@ -63,0 +63,0 @@ "shx": "^0.3.4"

@@ -140,14 +140,5 @@ /*

worker: function () {
let theJs = 'sqlite3-worker1.js';
if (this.currentScript) {
const src = this.currentScript.src.split('/');
src.pop();
theJs = src.join('/') + '/' + theJs;
} else if (globalThis.location) {
const urlParams = new URL(globalThis.location.href).searchParams;
if (urlParams.has('sqlite3.dir')) {
theJs = urlParams.get('sqlite3.dir') + '/' + theJs;
}
}
return new Worker(theJs + globalThis.location.search);
return new Worker('sqlite3-worker1-bundler-friendly.mjs', {
type: 'module',
});
}.bind({

@@ -154,0 +145,0 @@ currentScript: globalThis?.document?.currentScript,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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