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
57
25

5.0.4

Diff
jeepq
published 5.0.4 •

Changelog

Source

5.0.4 (2023-06-29)

Removed Features
  • Electron Plugin: Remove @journeyapps/sqlcipher and sqlite3 packages
Added Features
  • Electron Plugin: Add better-sqlite3-multiple-ciphers package
  • Electron Plugin: Add electron-json-storage package to store the passphrase for database encryption
jeepq
published 5.0.4-betabetter.0 •
jeepq
published 5.0.4-alphabetter.4 •
jeepq
published 5.0.4-alphabetter.3 •
jeepq
published 5.0.4-alphabetter.2 •
jeepq
published 5.0.4-alphabetter.1 •
jeepq
published 5.0.3 •

Changelog

Source

5.0.3 (2023-06-16)

Added Features
  • Add method isInConfigEncryption and isDatabaseEncrypted for electron
  • Add electronIsEncryption in capacitor.config.ts = true use @journeyapps/sqlcipher = false use sqlite3
jeepq
published 5.0.3-2.test2 •
jeepq
published 5.0.3-2.test1 •
jeepq
published 5.0.3-1 •

Changelog

Source

5.0.3-1 (2023-06-13)

Added Features
  • Add SQLiteBlob.md documentation
Bug Fixes
  • fix issue#426 for Android & iOS returning binary array
  • fix Cannot bind buffer in Android issue#428 for Android & iOS