Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
Maintainers
31
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.0.0-beta.11 to 3.0.0-beta.12

android/src/main/java/com/getcapacitor/community/database/sqlite/MyRunnable.java

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 3.0.0-beta.12 (2021-04-24)
### Added Features
- Event Listeners for Import and Export Json #issue112
## 3.0.0-beta.11 (2021-04-21)

@@ -2,0 +8,0 @@

@@ -514,2 +514,8 @@ declare module '@capacitor/core' {

}
export interface capJsonProgressListener {
/**
* Progress message
*/
progress?: string;
}
export interface capSQLiteVersionUpgrade {

@@ -516,0 +522,0 @@ fromVersion: number;

@@ -514,2 +514,8 @@ declare module '@capacitor/core' {

}
export interface capJsonProgressListener {
/**
* Progress message
*/
progress?: string;
}
export interface capSQLiteVersionUpgrade {

@@ -516,0 +522,0 @@ fromVersion: number;

2

package.json
{
"name": "@capacitor-community/sqlite",
"version": "3.0.0-beta.11",
"version": "3.0.0-beta.12",
"description": "Community plugin for native & electron SQLite databases",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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