Socket
Socket
Sign inDemoInstall

react-sqlite-hook

Package Overview
Dependencies
7
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 1.0.0-alpha.4 (2020-12-05) REFACTOR
### Bug Fixes
- Fix readme
## 1.0.0-alpha.3 (2020-12-04) REFACTOR

@@ -2,0 +9,0 @@

2

package.json
{
"name": "react-sqlite-hook",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "React Hook for @Capacitor-community/sqlite plugin",

@@ -5,0 +5,0 @@ "repository": {

@@ -38,6 +38,6 @@ <p align="center"><br><img src="https://avatars3.githubusercontent.com/u/16580653?v=4" width="128" height="128" /></p>

- [react-sqlite-app-starter] (https://github.com/jepiqueau/react-sqlite-app-starter)
- [react-sqlite-app-starter] (https://github.com/jepiqueau/react-sqlite-app-starter/tree/refactor)
## Usage (to come)
## Usage

@@ -160,2 +160,7 @@ - in the project `app.tsx` file import the sqlite hook

.concat(" Select with filter on age successful\n"));
// Close Connection NoEncryption
res = await sqlite.closeConnection("NoEncryption");
if(!res.result) {
return false;
}

@@ -162,0 +167,0 @@ return true;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc