
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
cordova-fetch
Advanced tools
This package can be used to install and uninstall Node.js packages using npm.
fetch
Installs a module from:
npm
registrygit
urltarball
folder
path on local systemReturns a Promise
resolving to the absolute path of the installed package.
const fetch = require('cordova-fetch');
fetch(spec, dest, opts).then(pathToInstalledPackage => {
// Do something
});
Parameter | Description |
---|---|
spec | A spec for the package to be installed (anything supported by npm install ) |
dest | Location where to install the package |
opts | Additional options (optional) |
Option | Default | Description |
---|---|---|
save | false | Adds the package as dependency to package.json iff true |
uninstall
Uninstalls a package from the given directory. Returns a Promise
that resolves when removal has finished.
const { uninstall } = require('cordova-fetch');
uninstall(packageName, dest, opts).then(() => {
// Do something
});
Parameter | Description |
---|---|
packageName | Name of the package to be uninstalled |
dest | Location from where to uninstall the package |
opts | An Object with additional options |
Option | Default | Description |
---|---|---|
save | false | Removes dependency from package.json iff true |
FAQs
Apache Cordova fetch module. Fetches from git and npm.
The npm package cordova-fetch receives a total of 34,934 weekly downloads. As such, cordova-fetch popularity was classified as popular.
We found that cordova-fetch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.