Gathering detailed insights and metrics for @types/cordova-plugin-file-opener2
Gathering detailed insights and metrics for @types/cordova-plugin-file-opener2
Gathering detailed insights and metrics for @types/cordova-plugin-file-opener2
Gathering detailed insights and metrics for @types/cordova-plugin-file-opener2
The repository for high quality TypeScript type definitions.
npm install @types/cordova-plugin-file-opener2
Typescript
Module System
68.5
Supply Chain
81
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
344,165
Last Day
179
Last Week
908
Last Month
3,314
Last Year
42,738
NOASSERTION License
49,813 Stars
89,446 Commits
30,391 Forks
640 Watchers
7 Branches
9,957 Contributors
Updated on May 28, 2025
Latest Version
2.0.3
Package Id
@types/cordova-plugin-file-opener2@2.0.3
Unpacked Size
5.17 kB
Size
1.83 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
7.8%
179
Compared to previous day
Last Week
13.4%
908
Compared to previous week
Last Month
3.3%
3,314
Compared to previous month
Last Year
-35.2%
42,738
Compared to previous year
npm install --save @types/cordova-plugin-file-opener2
This package contains type definitions for cordova-plugin-file-opener2 (https://github.com/pwlin/cordova-plugin-file-opener2).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-plugin-file-opener2.
1interface CordovaPluginsFileOpener2Result { 2 status: number; 3 message: string; 4} 5interface CordovaPluginsFileOpener2CallbackContext { 6 success?(): void; 7 error?(error: CordovaPluginsFileOpener2Result): void; 8} 9interface CordovaPluginsFileOpener2 { 10 /** 11 * Open a file with the default file opener and optional callback object: 12 */ 13 open(fileName: string, contentType: string, callbackContext?: CordovaPluginsFileOpener2CallbackContext): void; 14 15 /** 16 * Open a system modal to open document with one of the already installed app and optional callback object 17 */ 18 showOpenWithDialog( 19 fileName: string, 20 contentType: string, 21 callbackContext?: CordovaPluginsFileOpener2CallbackContext, 22 ): void; 23 24 /** 25 * Uninstall a package with its id. Android platform only. 26 */ 27 uninstall(packageId: string, callbackContext?: CordovaPluginsFileOpener2CallbackContext): void; 28 29 /** 30 * Check if an app is already installed. Android platform only. 31 */ 32 appIsInstalled(packageId: string, callbackContext?: { 33 success?(result: CordovaPluginsFileOpener2Result): void; 34 error?(error: CordovaPluginsFileOpener2Result): void; 35 }): void; 36} 37 38interface CordovaPlugins { 39 fileOpener2: CordovaPluginsFileOpener2; 40} 41
These definitions were written by Cyril Gandon.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-05-26
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More