Socket
Socket
Sign inDemoInstall

react-sqlite-hook

Package Overview
Dependencies
9
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## 0.0.9 (2021-01-25)
### Chores
- Has been moved to tag 'INITIAL' not maintained anymore
### Bug Fixes
- Update README
## 0.0.8 (2021-01-13)

@@ -2,0 +12,0 @@

2

dist/package.json
{
"name": "react-sqlite-hook",
"version": "0.0.7",
"version": "0.0.8",
"description": "React Hook for @Capacitor-community/sqlite plugin",

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

{
"name": "react-sqlite-hook",
"version": "0.0.8",
"version": "0.0.9",
"description": "React Hook for @Capacitor-community/sqlite plugin",

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

<p align="center"><br><img src="https://avatars3.githubusercontent.com/u/16580653?v=4" width="128" height="128" /></p>
<h3 align="center">React Hook for <code>@capacitor-community/sqlite</code> plugin</h3>
<p align="center"><strong><code>react-sqlite-hook</code></strong></p>
<p align="center"><strong><code>react-sqlite-hook@initial</code></strong></p>
<p align="center">
A React Hook to help Capacitor developpers to use <strong><code>@capacitor-community/sqlite</code></strong> plugin in React or Ionic/React applications
A React Hook to help Capacitor developpers to use <strong><code>@capacitor-community/sqlite@initial</code></strong> plugin in React or Ionic/React applications
</p>

@@ -11,7 +11,7 @@

<p align="center">
<img src="https://img.shields.io/maintenance/yes/2021?style=flat-square" />
<img src="https://img.shields.io/maintenance/no/2021?style=flat-square" />
<a href="https://www.npmjs.com/package/react-sqlite-hook"><img src="https://img.shields.io/npm/l/react-sqlite-hook?style=flat-square" /></a>
<br>
<a href="https://www.npmjs.com/package/react-sqlite-hook"><img src="https://img.shields.io/npm/dw/react-sqlite-hook?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/react-sqlite-hook"><img src="https://img.shields.io/npm/v/react-sqlite-hook?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/react-sqlite-hook"><img src="https://img.shields.io/npm/v/react-sqlite-hook/initial?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

@@ -23,7 +23,15 @@ <a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-1-orange?style=flat-square" /></a>

## REFACTOR 🚀
## @NEXT For Capacitor 3 🚧 (Master)
A refactor of react-sqlite-hook is now available `react-sqlite-hook@refactor` to interface the `@capacitor-community/sqlite@refactor`
The `Capacitor3`react-sqlite-hook interfacing the `@capacitor-community/sqlite@next`
## @LATEST REFACTOR 🚀 (Move to branch 2.9.x)
The `refactor` react-sqlite-hook interfacing the `@capacitor-community/sqlite@latest`
## @INITIAL 🛑 (Move to branch 2.4.x)
The `initial` react-sqlite-hook interfacing the `@capacitor-community/sqlite@initial`. !!! The MAINTAINANCE is now STOPPED !!!
<br>
## Maintainers

@@ -39,4 +47,4 @@

```bash
npm install --save @capacitor-community/sqlite@latest
npm install --save-dev react-sqlite-hook
npm install --save @capacitor-community/sqlite@initial
npm install --save-dev react-sqlite-hook@initial
```

@@ -46,3 +54,3 @@

- [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/2.4.x)

@@ -49,0 +57,0 @@

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