@types/cordova-sqlite-storage
Advanced tools
Comparing version
@@ -56,3 +56,3 @@ // Type definitions for cordova-sqlite-storage 1.5 | ||
executeSql(statement: string, params?: any[], success?: StatementSuccessCallback, error?: ErrorCallback): void; | ||
sqlBatch (sqlStatements: Array<string|[string, any[]]>, success?: SuccessCallback, error?: ErrorCallback): void; | ||
sqlBatch(sqlStatements: Array<string|[string, any[]]>, success?: SuccessCallback, error?: ErrorCallback): void; | ||
@@ -59,0 +59,0 @@ close(success?: SuccessCallback, error?: ErrorCallback): void; |
{ | ||
"name": "@types/cordova-sqlite-storage", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "TypeScript definitions for cordova-sqlite-storage", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "eaf7961d5eb923b9e15e57e58b1e040fbfbcaea67183f38668559d8b160adb0c", | ||
"typesPublisherContentHash": "4a92f5dcd3eccfe8f6212c9e32b102462637748b96e37f7e284d707e97c34e41", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Dec 2016 14:14:45 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Fri, 13 Jan 2017 15:10:28 GMT | ||
* Dependencies: none | ||
* Global values: sqlitePlugin | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "rafw87 <https://github.com/rafw87/>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 5, | ||
"typeScriptVersion": "2.0", | ||
"name": "cordova-sqlite-storage", | ||
"libraryName": "cordova-sqlite-storage", | ||
"typingsPackageName": "cordova-sqlite-storage", | ||
"projectName": "https://github.com/litehelpers/Cordova-sqlite-storage", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
"sqlitePlugin" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "eaf7961d5eb923b9e15e57e58b1e040fbfbcaea67183f38668559d8b160adb0c" | ||
"data": { | ||
"authors": "rafw87 <https://github.com/rafw87/>", | ||
"dependencies": {}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 5, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "cordova-sqlite-storage", | ||
"typingsPackageName": "cordova-sqlite-storage", | ||
"projectName": "https://github.com/litehelpers/Cordova-sqlite-storage", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [ | ||
"sqlitePlugin" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "4a92f5dcd3eccfe8f6212c9e32b102462637748b96e37f7e284d707e97c34e41" | ||
}, | ||
"isLatest": true | ||
} |
4680
4.42%81
6.58%17
-5.56%