Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
Maintainers
33
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/sqlite - npm Package Compare versions

Comparing version 3.2.0-7 to 3.2.0-8

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## 3.2.0-8 (2021-08-28)
### Added Features
- Add Ionic/Vue App to Web_Usage.md
### Bug Fixes
- Fix Electron with "electron" in the app name issue#163
- Fix Electron `assets/databases` under `public` folder for Vue and React frameworks
## 3.2.0-7 (2021-08-27)

@@ -2,0 +13,0 @@

2

package.json
{
"name": "@capacitor-community/sqlite",
"version": "3.2.0-7",
"version": "3.2.0-8",
"description": "Community plugin for native & electron SQLite databases",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -169,2 +169,12 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>

### Web
#### For Angular framework
- copy manually the file `sql-wasm.wasm` from `nodes_modules/sql.js/dist/sql-wasm.wasm` to the `src/assets` folder of YOUR_APP
#### For Vue & React frameworks
- copy manually the file `sql-wasm.wasm` from `nodes_modules/sql.js/dist/sql-wasm.wasm` to the `public/assets` folder of YOUR_APP
### IOS

@@ -194,5 +204,16 @@

npx cap copy
npx cap copy web
npx cap copy @capacitor-community/electron
```
### Web
```
ionic serve
```
or
```
npm run serve
```
### IOS

@@ -281,2 +302,3 @@

- [Web_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/Web-Usage.md)

@@ -283,0 +305,0 @@ ### Framework's Usage

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

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