Socket
Socket
Sign inDemoInstall

cordova-sqlite-storage

Package Overview
Dependencies
1
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

4

CHANGES.md
# Changes
#### cordova-sqlite-storage 3.2.1
- cordova-sqlite-storage-dependencies@2.0.1 with SQLite 3.28.0 update for all supported platforms Android/iOS/macOS/Windows
#### cordova-sqlite-storage 3.2.0

@@ -4,0 +8,0 @@

8

package.json
{
"name": "cordova-sqlite-storage",
"version": "3.2.0",
"version": "3.2.1",
"description": "Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage plugin version",

@@ -33,6 +33,6 @@ "cordova": {

"dependencies": {
"cordova-sqlite-storage-dependencies": "2.0.0"
"cordova-sqlite-storage-dependencies": "2.0.1"
},
"scripts": {
"clean-spec": "rm -rf spec/[mnp]* && git cl spec/config.xml && git st",
"clean-spec": "rm -rf spec/[mnp]* && git cl spec/config.xml && git status --ignored",
"prepare-js": "coffee -p SQLitePlugin.coffee.md > www/SQLitePlugin.js",

@@ -44,4 +44,4 @@ "prepare-spec": "node scripts/prepareSpec.js"

"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.1"
"fs-extra": "^8.1.0"
}
}

@@ -107,3 +107,3 @@ /* 'use strict'; */

expect(rs.rows.length).toBe(1);
expect(rs.rows.item(0).myResult).toBe('3.26.0');
expect(rs.rows.item(0).myResult).toBe('3.28.0');

@@ -110,0 +110,0 @@ // Close (plugin only) & finish:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc