Socket
Socket
Sign inDemoInstall

react-sqlite-hook

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sqlite-hook - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

11

CHANGELOG.md

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

## 2.1.9 (2022-05-21)
### Chore
- update to @capacitor/core 3.5.1
- update to @capacitor-community/sqlite 3.5.1-1
### Bug Fixes
- fix the peer-dependencies in package.json
## 2.1.8 (2022-05-09)

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

10

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

@@ -45,9 +45,9 @@ "repository": {

"peerDependencies": {
"@capacitor-community/sqlite": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor-community/sqlite": ">= 3.5.0",
"@capacitor/core": "3.x",
"react": "~17.0.2"
},
"devDependencies": {
"@capacitor-community/sqlite": "^3.5.0",
"@capacitor/core": "^3.5.0",
"@capacitor-community/sqlite": "^3.5.1-1",
"@capacitor/core": "^3.5.1",
"@capacitor/docgen": "0.0.17",

@@ -54,0 +54,0 @@ "@testing-library/react-hooks": "^7.0.2",

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

@@ -45,9 +45,9 @@ "repository": {

"peerDependencies": {
"@capacitor-community/sqlite": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor-community/sqlite": ">= 3.5.0",
"@capacitor/core": "3.x",
"react": "~17.0.2"
},
"devDependencies": {
"@capacitor-community/sqlite": "^3.5.0",
"@capacitor/core": "^3.5.0",
"@capacitor-community/sqlite": "^3.5.1-1",
"@capacitor/core": "^3.5.1",
"@capacitor/docgen": "0.0.17",

@@ -54,0 +54,0 @@ "@testing-library/react-hooks": "^7.0.2",

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