🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@types/cordova-sqlite-storage

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cordova-sqlite-storage - npm Package Compare versions

Comparing version

to
1.5.6

13

cordova-sqlite-storage/index.d.ts

@@ -48,3 +48,8 @@ // Type definitions for cordova-sqlite-storage 1.5

interface Transaction {
executeSql(statement: string, params?: any[], success?: TransactionStatementSuccessCallback, error?: TransactionStatementErrorCallback): void;
executeSql(
statement: string,
params?: any[],
success?: TransactionStatementSuccessCallback,
error?: TransactionStatementErrorCallback,
): void;
}

@@ -57,3 +62,7 @@

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;

@@ -60,0 +69,0 @@ close(success?: SuccessCallback, error?: ErrorCallback): void;

6

cordova-sqlite-storage/package.json
{
"name": "@types/cordova-sqlite-storage",
"version": "1.5.5",
"version": "1.5.6",
"description": "TypeScript definitions for cordova-sqlite-storage",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-sqlite-storage",

"dependencies": {},
"typesPublisherContentHash": "de860f9d874f630118a05c697e0a2166442190a28c80f417bdf725b2c71c52e4",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "80b26af69e7e786398ac1e7fe91e5598ddfe8a747ebd419d023aa12285167a1c",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 08 Jul 2021 09:08:15 GMT
* Last updated: Mon, 04 Sep 2023 15:41:16 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `sqlitePlugin`