
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@muggy8/code-editor
Advanced tools
a Node based web code editor for those who are looking to wite code using a GUI but do not have many options because of compatibility or other reasons
Code Editor is a node / npm based app that provides a GUI editor using the web browser
Open up your terminal on your computer and enter the following commands replacing /path/to/project with the path to your project folder.
npm install -g @muggy8/code-editor
cd /path/to/project
editor
I'm pretty sure at this point you dont need me to tell you that there is a large number of code editors that are avalable to devolopers and are probably much better than this app is at editing code. However the main reason for this project to is to build a pretty GUI editor for devices where the luxury of Electrons based editors (looking at you Atom, VS Code and the likes) aren't avalable or are much harder to get working, namely ARM based devices.
Because all of these devices often have some kind of browser support as well as nodeJS and consiquently NPM. This is why this project only relies on these two simple depenedncies and by using the ACE editor as the front end, the editor is able to bring a higher level of user experiance to these lower end device users.
This is a public open source project under the MIT licence. Hope you enjoy :)
FAQs
a Node based web code editor for those who are looking to wite code using a GUI but do not have many options because of compatibility or other reasons
We found that @muggy8/code-editor 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.