Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
page-spy-web-wsy
Advanced tools
PageSpy is a remote debugging tool for web / miniprogram project.
Based on encapsulation of native web APIs, it filters and transforms the parameters of native methods when called, and converts into messages with specific format for consumption by the debugger client. The debugger presents ui in an interactive devtools-like for easy viewing after receives the message data.
It's PageSpy show time whenever you can't debug code with local devtools! Let's see the following instances:
The commonality among these issues is that developers cannot view runtime information as easily as they can using the console.
To address this, PageSpy provides a live view of the project for technical personnel to inspect on the debugging side. In remote collaborative scenarios, testers no longer need to frequently provide fault information to technical personnel through text, screenshots, voice messages, or screen recordings.
In order to ensure data security and facilitate your usage, we offer comprehensive, out-of-the-box deployment solutions. Developers can choose any deployment method according to their own situations.
Video tutorial:
docker run -d --restart=always -p 6752:6752 --name="pageSpy" ghcr.io/huolalatech/page-spy-web:latest
Once the deployment is successful, you can open the browser and access <host>:6752
, the Inject SDK
menu will be at the top, and you can find how to configure and integrate in the business project by click the menu.
Video tutorial:
yarn global add @huolala-tech/page-spy-api@latest
# if you use npm
npm install -g @huolala-tech/page-spy-api@latest
After the download is complete, you can directly execute page-spy-api
in the command line to start the service. Once the deployment is successful, you can open the browser and access <host>:6752
, the Inject SDK
menu will be at the top, and you can find how to configure and integrate in the business project by click the menu.
Join us on our Official Discord Server!
Click to see the Roadmap.
Click to see the Contributing.
Click to see the FAQ.
FAQs
All-In-One Remote Debugging Tool
We found that page-spy-web-wsy demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.