Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
weex-debugger
Advanced tools
Weex-debugger is a Weex developer tool for debugging weex app with chrome devtool, it's an upgraded version of weex-devtool.
The weex-debugger works as a debugging server, it cooperates with the inspect modules on Android and iOS to help user to inspect/debug weex source codes and project.
$npm install -g weex-toolkit
We advise you to use weex-toolkit which will call weex-devtool.
$ weex debug [options] [vue_file|bundles_dir]
Options | Description |
---|---|
-v, --version | display version |
-h, --help | display help |
-V, --verbose | display logs of debugger server |
-p, --port [port] | set debugger server port |
-m, --manual | manual mode,this mode will not auto open chrome |
-H --host [host] | set the host ip of debugger server |
--debug | set log level to debug mode |
--loglevel [loglevel] | set log level silent |
--remotedebugport | set the remote debug port |
--min | minimize the jsbundle |
$ weex debug
NOTE: Since
weex-toolkit@1.1.0
,weex debug
command have been replace withweex-debugger
, you can startweex-debugger
just usingweex debug
command, if you want to useweex-debugger
belowweex-toolkit@1.1.0
, you can binding command usingweex xbind [command] weex-debugger
to binding command into yourweex-toolkit
.
This command will start debug server and launch a chrome opening DeviceList
page.
this page will display a QR code, you can use Playground scan it for starting debug or integrate [Weex devtools](#Integrate devtool) into your application.
.vue
file$ weex debug your_weex.vue
This command will compile your_weex.vue
to your_weex.js
and start the debug server as upon command.
your_weex.js
will be deployed on the server and displayed on the debug page, using another QR code for debugging your_weex.js
file.
$weex debug your/vue/path -e index.vue
This command will compile each of the files in your/vue/path
and deploy them on the bundled server with the new file mapped to the path http://localhost:port/weex/
.
Android: pls refer to Weex Devtool Android
IOS: pls refer to Weex Devtool IOS
FAQs
weex developer tool for debugging weex app with chrome devtool
The npm package weex-debugger receives a total of 33 weekly downloads. As such, weex-debugger popularity was classified as not popular.
We found that weex-debugger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.