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
43
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

1345
25

6.0.0-beta.1

Diff
jeepq
published 6.0.0-beta.1 •

Changelog

Source

6.0.0-beta.1 (2024-06-12)

Chore
  • Update to @capacitor/core@6.1.0
  • Update to @capacitor/ios@6.1.0
  • Update to @capacitor/android@6.1.0
  • Update to @capacitor/cli@6.1.0
  • Update to jeep-sqlite@2.7.2
Bug Fixes
  • Add the fixes of 5.7.3
jeepq
published 5.7.3 •

Changelog

Source

5.7.3 (2024-06-09)

Bug Fixes
  • Fix TypeError: Cannot read properties of undefined (reading 'lastId') issue#558
  • Fix exportToJson generate unusable export for table created with separate UNIQUE syntax. issue#561
  • Fix Multi Row Statement does not suppress control characters ($) issue#562
jeepq
published 6.0.0-alpha.1 •

Changelog

Source

6.0.0-alpha.1 (2024-05-06)

Chore
  • Update to @capacitor/core@6.0.0
  • Update to @capacitor/ios@6.0.0
  • Update to @capacitor/android@6.0.0
  • Update to @capacitor/cli@6.0.0
jeepq
published 5.7.3-3 •

Changelog

Source

5.7.3-3 (2024-04-28)

Bug Fixes
  • Fix ExecuteTransaction with values throws exception for statements performing no actual changes issue#544

  • Fix executeSet not inserting rows issue#547

  • Update TypeORM-Usage-From-5.6.0.md (PR#549 from SaintPepsi)

jeepq
published 5.7.3-2 •

Changelog

Source

5.7.3-2 (2024-04-23)

Bug Fixes
  • Fix escape string in multi row statements values via DatabaseUtils issue#537 (PR from lasher23)
  • Fix(readme): missing closing code symbol issue#542 (PR from mirsella)
  • Fix Multiple Row Statement Values case insensitive issue#536
  • Fix delete useless semicolon issue#538 (PR#539 from lasher23)
jeepq
published 5.7.3-1 •

Changelog

Source

5.7.3-1 (2024-04-22)

Chore
  • Update to @capacitor/core@5.7.3
  • Update to @capacitor/ios@5.7.3
  • Update to @capacitor/android@5.7.3
  • Update to @capacitor/cli@5.7.3
  • Update to jeep-sqlite@2.7.0
Bug Fixes
  • Fix GetFromHTTPRequest not working issue#534 (Android,iOS, Electron)
jeepq
published 5.7.2 •

Changelog

Source

5.7.2 (2024-04-09)

Chore
  • Update to @capacitor/core@5.7.2
  • Update to @capacitor/ios@5.7.2
  • Update to @capacitor/android@5.7.2
  • Update to @capacitor/cli@5.7.2
Bug Fixes
  • Fix ionic7-angular-sqlite-app tutorial fails on v5.7.1 issue#533
jeepq
published 5.7.1 •

Changelog

Source

5.7.1 (2024-04-03)

Chore
  • Update to @capacitor/core@5.7.1
  • Update to @capacitor/ios@5.7.1
  • Update to @capacitor/android@5.7.1
  • Update to @capacitor/cli@5.7.1
Bug Fixes
  • Fix Is this plugin still maintained in 2024? issue#529
jeepq
published 5.7.0 •

Changelog

Source

5.7.0 (2024-03-27)

Chore
  • Update to @capacitor/core@5.7.0
  • Update to @capacitor/ios@5.7.0
  • Update to @capacitor/android@5.7.0
  • Update to @capacitor/cli@5.7.0
  • Update to jeep-sqlite@2.6.2
Added Features
  • Add link to Web/Native vite-sveltekit-capacitor-sqlite in the README.md.
jeepq
published 5.6.4 •

Changelog

Source

5.6.4 (2024-03-27)

Added Features
  • Add SQLite Commands Within the Plugin chapter in API.md doc.
  • Modify TypeORM-Usage-From-5.6.0.md
  • Modify addUpgradeStatement parameters of the ISQLiteConnection
Bug Fixes
  • Fix Calling run method with BEGIN statement throws StringOutOfBoundIndexException #526 (iOS, Android, Electron)