Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uk.co.workingedge.cordova.plugin.sqliteporter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uk.co.workingedge.cordova.plugin.sqliteporter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

package.json
{
"version": "0.0.1",
"version": "0.0.2",
"name": "uk.co.workingedge.cordova.plugin.sqliteporter",
"cordova_name": "sqlite porter",
"description": "Enables importing/exporting of SQLite databases to/from JSON/SQL.",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/cordova-sqlite-porter.git"
},
"cordova": {
"id": "uk.co.workingedge.cordova.plugin.sqliteporter"
},
"repo": "https://github.com/dpa99c/cordova-sqlite-porter.git",
"issue": "https://github.com/dpa99c/cordova-sqlite-porter/issues",
"keywords": [
"ecosystem:cordova",
"cordova",

@@ -19,0 +11,0 @@ "phonegap",

15

README.md

@@ -6,4 +6,15 @@ SQLite Porter Cordova/Phonegap Plugin

- Works on all Cordova platforms that support HTML5 WebSQL DB in the WebView
- Works for native SQLite DB via a [plugin](https://github.com/litehelpers/Cordova-sqlite-storage). This can be used for platforms that don't have WebSQL in WebView (e.g. Windows) or for unlimited storage on platforms that do.
- Works on all Cordova platforms that [support HTML5 WebSQL DB in the WebView](http://docs.phonegap.com/en/4.0.0/cordova_storage_storage.md.html):
- Android
- iOS
- Tizen
- Blackberry 10
- Works for native SQLite DB via a [plugin](https://github.com/litehelpers/Cordova-sqlite-storage).
This can be used for platforms that don't have WebSQL in WebView (e.g. Windows) or for unlimited storage on platforms that do:
- Android
- iOS
- Amazon Fire-OS
- Windows Universal (8.1)
- Windows Phone 7
- Windows Phone 8
- Import/export either just the table data or the entire table structure as well.

@@ -10,0 +21,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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