Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
cordova-plugin-ionic
Advanced tools
cordova plugin add cordova-plugin-ionic --save --variable APP_ID="512a1405" --variable CHANNEL_NAME="Master"
The plugin will be available on window
as IonicCordova
APP_ID
Required - Your Ionic Pro app IDCHANNEL_NAME
Required - The channel to check for updates fromUPDATE_API
- The location of the Ionic Pro API (only change this for development)UPDATE_METHOD
- auto
, background
, or none
. Dictates the behavior of the plugin. auto
will download and apply the latest update on app start, potentially leading to long splash screen loads if the connection is slow. background
will only download the update in the background on app start, but will allow full functionality while doing so, only redirecting users the next time the app is loaded. none
will do nothing, leaving full plugin functionality in the hands of the developer. Default is auto
MAX_VERSIONS
- The maximum number of downloaded versions to store on the device for quick loading. More versions means less downloading, but can increase the app size greatly. Default is 3IonicCordova.deploy.init(app_id, server_host, success, failure)
- Initializes the plugin with an app ID and API host specified in js-land. Can be used to change these variables at runtime.IonicCordova.deploy.check(app_id, channel_tag, success, failure)
- Check for updates from a specified channel, will change the saved channel from the install step.IonicCordova.deploy.download(app_id, success, failure)
- If an update is present, download it.IonicCordova.deploy.extract(app_id, success, failure)
- If an update has been downloaded, extract it and set the default redirect location for next app start.IonicCordova.deploy.redirect(app_id, success, failure)
- Redirect to the latest version of the app on this device.IonicCordova.deploy.info(app_id, success, failure)
- Get info on current version for this device.IonicCordova.deploy.getVersions(app_id, success, failure)
- List downloaded versions on this device.IonicCordova.deploy.deleteVersion(app_id, uuid, success, failure)
- Delete a downloaded version by UUID from this device.1.1.5
FAQs
Ionic Cordova SDK
The npm package cordova-plugin-ionic receives a total of 21,371 weekly downloads. As such, cordova-plugin-ionic popularity was classified as popular.
We found that cordova-plugin-ionic demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.