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.
@cypress/core-desktop-gui
Advanced tools
The desktop GUI is the desktop application installed to the user's OS using the cypress install
command from the Cypress CLI or through direct download.
The desktop GUI has the following responsibilities:
npm install @cypress/core-desktop-gui
To run the GUI in dev mode, you need to run the Cypress App.
cypress-app
and run the following commands:npm i
npm start
The GUI should now be in your taskbar. Click in the taskbar to open it.
In your console, you will probably see the following error:
Error: connect ECONNREFUSED 127.0.0.1:1234
> It looks like you're not running the local api server in development. This may cause problems running the GUI.
In order to access the api to do things like logging into the GUI, we need to run the Cypress API. Navigate to cypress-api
and run the following commands:
npm i
npm start
If you get any errors doing the above commands, go through the install instructions of the cypress-api app.
npm test
If you want to see the ipc
events which are pending from Cypress tests:
MIT
FAQs
Desktop GUI for managing Cypress projects.
The npm package @cypress/core-desktop-gui receives a total of 41 weekly downloads. As such, @cypress/core-desktop-gui popularity was classified as not popular.
We found that @cypress/core-desktop-gui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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’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.