Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
##cdvlive : Live Reload for Apache Cordova
$ npm install -g cdvlive cordova
Usage: cdvlive <command> [options] [ -- ropts]
<command> ...... ios || android || browser || ip
ios ...... use cordova run ios
android ...... use cordova run android
browser ...... use cordova prepare browser
ip ...... reset ip address saved in config
[options] ...... --ip <ip address>
[ropts] ........ -- <cordova run options>
Examples:
$ cdvlive ios
$ cdvlive android
$ cdvlive browser
$ cdvlive ip
Starts emulator/simulator unless device is attached pass --emulator to force
Tip: For Android is better to have the android emulator running before running cdvlive command
Demo:
Need to add platfoms before running cdvlive
cordova platform add androi@latest
cordova platform add ios@latest
cordova platform add browser@latest
By default the cli prompts for ip address to use, it saves the value for later use to avoid prompting all the time if the address is still valid
cdvlive ip
--ip
flag like cdvlive android --ip 10.10.0.2
Inspect Element
Use Github issues to report bugs, questions, and enhancement requests
Like the tool? tell your friends and let me know on Twitter csantanapr
Licensed under Apache 2.0
I wanted a tool that was straight forward to use and idependently of any framework
FAQs
Live Reload for Apache Cordova
The npm package cdvlive receives a total of 5 weekly downloads. As such, cdvlive popularity was classified as not popular.
We found that cdvlive 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.