Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@live-codes/codemirror

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-codes/codemirror - npm Package Compare versions

Comparing version
0.3.5
to
0.4.0
+3
src/rainbowbrackets.ts
import rainbowbrackets from "rainbowbrackets";
export { rainbowbrackets };
+2
-1
{
"name": "@live-codes/codemirror",
"version": "0.3.5",
"version": "0.4.0",
"description": "A custom build of CodeMirror6 for use in LiveCodes",

@@ -53,2 +53,3 @@ "author": "Hatem Hosny",

"esbuild": "0.24.2",
"rainbowbrackets": "2.0.2",
"typescript": "5.7.3"

@@ -55,0 +56,0 @@ },

@@ -31,1 +31,3 @@ export * from "@codemirror/autocomplete";

export * from "@replit/codemirror-vscode-keymap";
export * from "./rainbowbrackets";

Sorry, the diff of this file is too big to display