@types/cordova-sqlite-storage
Advanced tools
Comparing version
@@ -25,7 +25,7 @@ // Type definitions for cordova-sqlite-storage 1.5 | ||
name: string; | ||
location?: string; | ||
iosDatabaseLocation?: string; | ||
androidDatabaseImplementation?: number; | ||
androidLockWorkaround?: number; | ||
createFromLocation?: number; | ||
location?: string | undefined; | ||
iosDatabaseLocation?: string | undefined; | ||
androidDatabaseImplementation?: number | undefined; | ||
androidLockWorkaround?: number | undefined; | ||
createFromLocation?: number | undefined; | ||
[key: string]: any; | ||
@@ -35,4 +35,4 @@ } | ||
name: string; | ||
location?: string; | ||
iosDatabaseLocation?: string; | ||
location?: string | undefined; | ||
iosDatabaseLocation?: string | undefined; | ||
} | ||
@@ -42,3 +42,3 @@ | ||
rowsAffected: number; | ||
insertId?: number; | ||
insertId?: number | undefined; | ||
rows: { | ||
@@ -45,0 +45,0 @@ length: number; |
{ | ||
"name": "@types/cordova-sqlite-storage", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "TypeScript definitions for cordova-sqlite-storage", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-sqlite-storage", | ||
"license": "MIT", | ||
@@ -14,11 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/cordova-sqlite-storage" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a8804341b6c11f9f4e1ab362fdf0b485a91ba06be2d803a7557cb72b42a34917", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "de860f9d874f630118a05c697e0a2166442190a28c80f417bdf725b2c71c52e4", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for cordova-sqlite-storage ( https://github.com/xpbrew/cordova-sqlite-storage ). | ||
This package contains type definitions for cordova-sqlite-storage (https://github.com/xpbrew/cordova-sqlite-storage). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-sqlite-storage | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-sqlite-storage. | ||
Additional Details | ||
* Last updated: Thu, 21 Feb 2019 22:15:43 GMT | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 09:08:15 GMT | ||
* Dependencies: none | ||
* Global values: sqlitePlugin | ||
* Global values: `sqlitePlugin` | ||
# Credits | ||
These definitions were written by rafw87 <https://github.com/rafw87>. | ||
These definitions were written by [rafw87](https://github.com/rafw87). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5157
4.65%0
-100%