Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
react-sqlite-hook
Advanced tools
@capacitor-community/sqlite@latest
pluginreact-sqlite-hook@latest
Capacitor 4
A React Hook to help Capacitor developpers to use @capacitor-community/sqlite@latest
plugin in React or Ionic/React applications
The Capacitor4
react-sqlite-hook interfacing the @capacitor-community/sqlite@latest
The Capacitor3
react-sqlite-hook interfacing the @capacitor-community/sqlite@3.7.0
The refactor
react-sqlite-hook interfacing the @capacitor-community/sqlite@refactor
The initial
react-sqlite-hook interfacing the @capacitor-community/sqlite@initial
. !!! The MAINTAINANCE is now STOPPED !!!
Maintainer | GitHub | Social |
---|---|---|
Quéau Jean Pierre | jepiqueau |
npm install --save @capacitor-community/sqlite@next
npm install --save-dev react-sqlite-hook@next
Name | Android | iOS | Electron | Web |
---|---|---|---|---|
echo | ✅ | ✅ | ✅ | ✅ |
getPlatform | ✅ | ✅ | ✅ | ✅ |
getCapacitorSQLite | ✅ | ✅ | ✅ | ✅ |
addUpgradeStatement | ✅ | ✅ | ✅ | ✅ |
createConnection | ✅ | ✅ | ✅ | ✅ |
retrieveConnection | ✅ | ✅ | ✅ | ✅ |
retrieveAllConnections | ✅ | ✅ | ✅ | ✅ |
closeConnection | ✅ | ✅ | ✅ | ✅ |
closeAllConnections | ✅ | ✅ | ✅ | ✅ |
isConnection | ✅ | ✅ | ✅ | ✅ |
isDatabase | ✅ | ✅ | ✅ | ✅ |
getDatabaseList | ✅ | ✅ | ✅ | ✅ |
getMigratableDbList | ✅ | ✅ | ❌ | ❌ |
addSQLiteSuffix | ✅ | ✅ | ❌ | ❌ |
deleteOldDatabases | ✅ | ✅ | ❌ | ❌ |
importFromJson | ✅ | ✅ | ✅ | ✅ |
isJsonValid | ✅ | ✅ | ✅ | ✅ |
copyFromAssets | ✅ | ✅ | ✅ | ✅ |
checkConnectionsConsistency | ✅ | ✅ | ✅ | ✅ |
isSecretStored | ✅ | ✅ | ❌ | ❌ |
setEncryptionSecret | ✅ | ✅ | ❌ | ❌ |
changeEncryptionSecret | ✅ | ✅ | ❌ | ❌ |
clearEncryptionSecret | ✅ | ✅ | ❌ | ❌ |
removeListeners | ✅ | ✅ | ✅ | ✅ |
initWebStore | ❌ | ❌ | ❌ | ✅ |
saveToStore | ❌ | ❌ | ❌ | ✅ |
getNCDatabasePath | ✅ | ✅ | ❌ | ❌ |
createNCConnection | ✅ | ✅ | ❌ | ❌ |
closeNCConnection | ✅ | ✅ | ❌ | ❌ |
retrieveNCConnection | ✅ | ✅ | ❌ | ❌ |
isNCConnection | ✅ | ✅ | ❌ | ❌ |
isNCDatabase | ✅ | ✅ | ❌ | ❌ |
getFromHTTPRequest | ✅ | ✅ | ✅ | ✅ |
Name | Android | iOS | Electron | Web |
---|---|---|---|---|
onProgressImport | ✅ | ✅ | 🚧 | ✅ |
onProgressExport | ✅ | ✅ | 🚧 | ✅ |
The usage of react-sqlite-hook
is demonstrated in
Thanks goes to these wonderful people (emoji key):
Jean Pierre Quéau 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
3.2.1 (2023-05-10)
FAQs
React Hook for @Capacitor-community/sqlite plugin
The npm package react-sqlite-hook receives a total of 456 weekly downloads. As such, react-sqlite-hook popularity was classified as not popular.
We found that react-sqlite-hook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.