Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
vs-codemirror
Advanced tools
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with over 100 language modes and various addons that implement more advanced editing functionality. Every language comes with fully-featured code and syntax highlighting to help with reading and editing complex code.
A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality.
You can find more information (and the manual) on the project page. For questions and discussion, use the discussion forum.
See CONTRIBUTING.md for contributing guidelines.
The CodeMirror community aims to be welcoming to everybody. We use the Contributor Covenant (1.1) as our code of conduct.
To build the project, make sure you have Node.js installed (at least version 6)
and then npm install
. To run, just open index.html
in your
browser (you don't need to run a webserver). Run the tests with npm test
.
5.30.0 (2017-09-20)
Fixed a number of issues with drawing right-to-left selections and mouse selection in bidirectional text.
search addon: Fix crash when restarting search after doing empty search.
mark-selection addon: Fix off-by-one bug.
tern addon: Fix bad request made when editing at the bottom of a large document.
javascript mode: Improve parsing in a number of corner cases.
markdown mode: Fix crash when a sub-mode doesn't support indentation, allow uppercase X in task lists.
gfm mode: Don't highlight SHA1 'hashes' without numbers to avoid false positives.
soy mode: Support injected data and @param
in comments.
simple mode addon: Allow groups in regexps when token
isn't an array.
FAQs
Full-featured in-browser code editor
The npm package vs-codemirror receives a total of 3 weekly downloads. As such, vs-codemirror popularity was classified as not popular.
We found that vs-codemirror 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.