Gathering detailed insights and metrics for cordova-plugin-filepath-clone
Gathering detailed insights and metrics for cordova-plugin-filepath-clone
npm install cordova-plugin-filepath-clone
Typescript
Module System
Node Version
NPM Version
71.4
Supply Chain
79.6
Quality
74.9
Maintenance
100
Vulnerability
100
License
Java (97.46%)
JavaScript (2.54%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,149
Last Day
1
Last Week
5
Last Month
10
Last Year
124
66 Stars
45 Commits
131 Forks
11 Watching
1 Branches
14 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.3
Package Id
cordova-plugin-filepath-clone@1.0.3
Size
8.84 kB
NPM Version
4.5.0
Node Version
6.9.5
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
150%
5
Compared to previous week
Last month
233.3%
10
Compared to previous month
Last year
9.7%
124
Compared to previous year
No dependencies detected.
This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the aFileChooser library.
Original inspiration from StackOverflow.
1$ cordova plugin add cordova-plugin-filepath
Once installed the plugin defines the window.FilePath
object. To resolve a
file path:
1window.FilePath.resolveNativePath('content://...', successCallback, errorCallback);
Returns the file://
file path.
Returns the following object:
1{ code: <integer>, message: <string> }
Possible error codes are:
-1
- describes an invalid action0
- file://
path could not be resolved1
- the native path links to a cloud file (e.g: from Google Drive app)Apache (see LICENSE.md)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
Found 12/30 approved changesets -- score normalized to 4
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
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