Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codemirror-node

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-node - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -37,4 +37,4 @@ var CodeMirror = require("codemirror/addon/runmode/runmode.node.js");

function flush() {
accum = esc(accum);
if (curStyle) {
accum = esc(accum);
out += "<span class=\"" + curStyle.replace(/(^|\s+)/g, "$1cm-") + "\">" + accum + "</span>";

@@ -41,0 +41,0 @@ }

{
"name": "codemirror-node",
"version": "0.0.4",
"version": "0.0.5",
"description": "Run codemirror on the server",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc