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-build10 to 3.41.2-build11

2

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

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

@@ -113,2 +113,10 @@ # SQLite Wasm

## Demo
See the [demo](https://github.com/tomayac/sqlite-wasm/tree/main/demo) folder for
examples of how to use this in the main thread and in a worker. (Note that the
worker variant requires special HTTP headers, so it can't be hosted on GitHub
Pages.) An example that shows how to use this with vite is available on
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-3rk63d?file=main.js).
## Deploying a new version

@@ -124,5 +132,4 @@

Wasm binary and builds the ES Module.
1. Run `git commit -am "Release v<version>"` to commit the changes.
1. Run `git push` to push the changes to GitHub.
1. Run `npm publish --access-public` to publish the new version to npm.
1. Run `npm run deploy` to commit the changes, push to GitHub, and publish the
new version to npm.

@@ -129,0 +136,0 @@ ## License

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