
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@wisdomgarden/cordova-plugin-filepath
Advanced tools
Resolve native file paths from content URLs for Cordova platforms
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.
$ cordova plugin add cordova-plugin-filepath
Once installed the plugin defines the window.FilePath object. To resolve a
file path:
window.FilePath.resolveNativePath(
"content://...",
successCallback,
errorCallback
);
Returns the file:// file path.
Returns the following object:
{ 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:
FAQs
Resolve native file paths from content URLs for Cordova platforms
We found that @wisdomgarden/cordova-plugin-filepath demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.