New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/sqlite

Package Overview
Dependencies
Maintainers
42
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/sqlite - npm Package Versions

1
79
25

4.6.3-4

Diff
jeepq
published 4.6.3-4 •

Changelog

Source

4.6.3-4 (2023-03-12)

Bug Fixes
  • Remove logs in build (Web) issue#392
jeepq
published 4.6.3-3 •

Changelog

Source

4.6.3-3 (2023-03-10)

Bug Fixes
  • Fix Strip comment lines when using CapacitorSQLite.execute (Android} PR#387 by patdx
  • Fix CapacitorSQLite.execute on Android does not support comments issue#386
  • Add Comments within SQL statements in API.md
jeepq
published 4.6.3-2 •

Changelog

Source

4.6.3-2 (2023-03-10)

Bug Fixes
  • Update Ionic-React-Usage.md PR#390 by eppineda
  • Fix Foreign Key Support on Web Version (jeep-sqlite) issue#385
jeepq
published 4.6.3-1 •

Changelog

Source

4.6.3-1 (2023-02-26)

Chore
  • Update to @capacitor/core 4.6.3
  • Update to @capacitor/ios 4.6.3
  • Update to @capacitor/android 4.6.3
Bug Fixes
  • Update configure plugin section #381 by ws-rush
  • Add link to vite-vue-sqlite-app
jeepq
published 4.6.2 •

Changelog

Source

4.6.2 (2023-02-24)

Chore
  • Update to jeep-sqlite@2.0.0 with @stencil/core@3.00
  • Update SQLCipher to 4.5.0 (iOS & Android only)
  • Update to androidx.security:security-crypto:1.1.0-alpha05 (should fix issue#321)
jeepq
published 4.6.2-3 •

Changelog

Source

4.6.2-3 (2023-02-15)

Bug Fixes
  • Keep database version number after encrypting a database (iOS)

  • Encrypted Database isn't Encrypted when no Passphrase stored (iOS, Android) issue#375

jeepq
published 4.6.2-2 •

Changelog

Source

4.6.2-2 (2023-02-11)

Added Features
  • add isDatabaseEncrypted, isInConfigEncryption, isInConfigBiometricAuth methods
jeepq
published 4.6.2-1 •

Changelog

Source

4.6.2-1 (2023-02-10)

Chore
  • Update to @capacitor/core 4.6.2
  • Update to @capacitor/ios 4.6.2
  • Update to @capacitor/android 4.6.2
Bug Fixes
  • Failed to parse source map issue#374
jeepq
published 4.6.1 •

Changelog

Source

4.6.1 (2023-02-03)

Added Features
  • add checkEncryptionSecret #issue-request#370.
  • add ionic-angular-sqlite-startera new application starter for CRUD operations
Bug Fixes
  • fix contributors paragraph ending correctly (PR Micha-Richter)
jeepq
published 4.6.1-2 •

Changelog

Source

4.6.1-2 (2023-01-15)

Bug Fixes
  • fix addUpgradeStatement all platforms