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
0
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.46.1-build2 to 3.46.1-build3

10

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

@@ -38,2 +38,3 @@ "keywords": [

"publint": "npx publint",
"check-types": "tsc",
"clean": "shx rm -rf sqlite-wasm",

@@ -43,3 +44,3 @@ "build": "npm run clean && node bin/index.js",

"fix": "npx prettier . --write",
"prepublishOnly": "npm run build && npm run fix && npm run publint",
"prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types",
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"

@@ -63,6 +64,7 @@ },

"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"publint": "^0.2.10",
"prettier-plugin-jsdoc": "^1.3.0",
"shx": "^0.3.4"
"shx": "^0.3.4",
"typescript": "^5.5.4"
}
}
index.d.ts

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

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