Gathering detailed insights and metrics for @wisdomgarden/cordova-plugin-filepath
Gathering detailed insights and metrics for @wisdomgarden/cordova-plugin-filepath
Gathering detailed insights and metrics for @wisdomgarden/cordova-plugin-filepath
Gathering detailed insights and metrics for @wisdomgarden/cordova-plugin-filepath
Resolve native file paths from content URLs for Cordova platforms
npm install @wisdomgarden/cordova-plugin-filepath
Typescript
Module System
Node Version
NPM Version
Java (97.46%)
JavaScript (2.54%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
66 Stars
45 Commits
134 Forks
10 Watchers
1 Branches
14 Contributors
Updated on Apr 03, 2024
Latest Version
1.6.0-8
Package Id
@wisdomgarden/cordova-plugin-filepath@1.6.0-8
Unpacked Size
41.77 kB
Size
11.88 kB
File Count
7
NPM Version
10.8.2
Node Version
20.17.0
Published on
Nov 14, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
PLEASE NOTE: This plugin is no longer actively maintained.
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(
2 "content://...",
3 successCallback,
4 errorCallback
5);
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)
Support get native path from third party apps such as WhatsApp
About Android 11:
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-07-07
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