Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
Maintainers
22
Versions
241
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 2.9.2 to 2.9.3

10

CHANGELOG.md

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

## 2.9.3 (2021-01-17) REFACTOR
### Move to Master
### Bug Fixes
- Fix in definition.ts Since 2.4.9 in 2.9.0
- Fix documentation links from 'refactor' to 'master'
- update README and CHANGELOG
## 2.9.2 (2021-01-16) REFACTOR

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

8

dist/esm/definitions.d.ts

@@ -440,3 +440,3 @@ declare module '@capacitor/core' {

* @returns Promise<capSQLiteResult>
* @since 2.4.9 refactor
* @since 2.9.0 refactor
*/

@@ -586,3 +586,3 @@ addUpgradeStatement(database: string, fromVersion: number, toVersion: number, statement: string, set?: capSQLiteSet[]): Promise<capSQLiteResult>;

* @returns Promise<capSQLiteResult>
* @since 2.4.9 refactor
* @since 2.9.0 refactor
*/

@@ -594,3 +594,3 @@ createSyncTable(): Promise<capSQLiteChanges>;

* @returns Promise<capSQLiteResult>
* @since 2.4.9 refactor
* @since 2.9.0 refactor
*/

@@ -601,3 +601,3 @@ setSyncDate(syncdate: string): Promise<capSQLiteResult>;

* @returns Promise<capSQLiteSyncDate>
* @since 2.4.9 refactor
* @since 2.9.0 refactor
*/

@@ -604,0 +604,0 @@ getSyncDate(): Promise<capSQLiteSyncDate>;

{
"name": "@capacitor-community/sqlite",
"version": "2.9.2",
"version": "2.9.3",
"description": "Capacitor SQLite Plugin",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/capacitor-community/sqlite",

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

## REFACTOR 🚀
## REFACTOR 🚀 (Move to Master)

@@ -50,7 +50,7 @@ The refactor offers now (since `2.9.0-beta.1`) all the features that the previous was offering. It has been a quite heavy process, hoping that the developpers will take benefit from it.

- a [Ionic/Angular app](#ionic/angular)
- a [Ionic/Angular app](https://github.com/jepiqueau/angular-sqlite-app-refactor)
- a [Ionic/React app](#ionic/react)
- a [Ionic/React app](https://github.com/jepiqueau/react-sqlite-app-starter/tree/refactor)
- a [Ionic/Vue app](#ionic/vue)
- a [Ionic/Vue app](https://github.com/jepiqueau/vue-sqlite-app-starter/tree/refactor)

@@ -146,3 +146,9 @@ Other frameworks will be tested later

```
## Issues
When you will find issues, please report them with the `REFACTOR` word at the start of the issue title.
[issues](https://github.com/capacitor-community/sqlite/issues)
## Configuration

@@ -178,17 +184,17 @@

[API_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/API.md)
[API_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/API.md)
[API_Connection_Wrapper_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/APIConnection.md)
[API_Connection_Wrapper_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/APIConnection.md)
[API_DB_Connection_Wrapper_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/APIDBConnection.md)
[API_DB_Connection_Wrapper_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/APIDBConnection.md)
[ImportExportJson_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/ImportExportJson.md)
[ImportExportJson_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/ImportExportJson.md)
[UpgradeDatabaseVersion_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/UpgradeDatabaseVersion.md)
[UpgradeDatabaseVersion_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/UpgradeDatabaseVersion.md)
[Ionic/Angular_Usage_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/Ionic-Angular-Usage.md)
[Ionic/Angular_Usage_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/Ionic-Angular-Usage.md)
[Ionic/React_Usage_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/Ionic-React-Usage.md)
[Ionic/React_Usage_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/Ionic-React-Usage.md)
[Ionic/Vue_Usage_Documentation](https://github.com/capacitor-community/sqlite/blob/refactor/docs/Ionic-Vue-Usage.md)
[Ionic/Vue_Usage_Documentation](https://github.com/capacitor-community/sqlite/blob/master/docs/Ionic-Vue-Usage.md)

@@ -215,7 +221,7 @@ ## Applications demonstrating the use of the plugin

- [In your Ionic/Angular App](https://github.com/capacitor-community/sqlite/blob/refactor/docs/Ionic-Angular-Usage.md)
- [In your Ionic/Angular App](https://github.com/capacitor-community/sqlite/blob/master/docs/Ionic-Angular-Usage.md)
- [In your Ionic/React App](https://github.com/capacitor-community/sqlite/blob/refactor/docs/Ionic-React-Usage.md)
- [In your Ionic/React App](https://github.com/capacitor-community/sqlite/blob/master/docs/Ionic-React-Usage.md)
- [In your Ionic/Vue App](https://github.com/capacitor-community/sqlite/blob/refactor/docs/Ionic-Vue-Usage.md)
- [In your Ionic/Vue App](https://github.com/capacitor-community/sqlite/blob/master/docs/Ionic-Vue-Usage.md)

@@ -225,3 +231,3 @@ ## Dependencies

The IOS and Android codes are using `SQLCipher` allowing for database encryption
The Electron code use `@journeyapps/sqlcipher` allowing for database encryption
The Electron code use `@journeyapps/sqlcipher` allowing for database encryption for MacOS !!! NOT for Windows !!!

@@ -228,0 +234,0 @@ ## Contributors ✨

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