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-build2 to 3.41.2-build3

2

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

@@ -5,0 +5,0 @@ "main": "index.mjs",

@@ -97,4 +97,7 @@ # SQLite Wasm

1. Update the version number in `package.json` reflecting the
[SQLite version number](https://sqlite.org/download.html).
1. Run `npm run build` to build the ES Module.
[SQLite version number](https://sqlite.org/download.html) and add a build
identifier suffix like `-build1`. The complete version number should read
something like `3.41.2-build1`.
1. Run `npm run build` to build the ES Module. This downloads the latest SQLite
Wasm binary and builds the ES Module.
1. Run `git commit -am "Release v<version>"` to commit the changes.

@@ -101,0 +104,0 @@ 1. Run `git push` to push the changes to GitHub.

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