
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
cordova-plugin-liveupdate
Advanced tools
Supported platforms: iOS, Android
cordova plugin add cordova-plugin-liveupdate
The plugin will be available on window
as IonicCordova
DisableDeploy
- Default value is false
.Allows to disable deploy updates by adding this preference in the config.xml
<preference name="DisableDeploy" value="true" />
npm install
npm run create-dev
This will create a blank Ionic app in a local tmp
directory with the plugin and dependencies installed, and the iOS platform added. Native plugin code is installed with --link
and any changes to the typescript in www
will be copied over into the app's platforms/ios
and platforms/android
directories.
npm run apply-dev
Updates the linked plugin in the tmp
test app with your JavaScript changes
npm run watch
Watches for Typescript changes
npm run watch-dev
Watches for Typescript changes, then runs the apply-dev
script to propogate them to the testing app.
FAQs
Ionic Cordova Live Update SDK
We found that cordova-plugin-liveupdate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.