You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-monaco-editor

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-monaco-editor - npm Package Compare versions

Comparing version

to
0.52.0

3

lib/editor.js

@@ -68,2 +68,5 @@ var __assign = (this && this.__assign) || function () {

if (editor.current) {
if (value === editor.current.getValue()) {
return;
}
var model = editor.current.getModel();

@@ -70,0 +73,0 @@ __prevent_trigger_change_event.current = true;

12

package.json
{
"name": "react-monaco-editor",
"version": "0.51.0",
"version": "0.52.0",
"description": "Monaco Editor for React",

@@ -45,12 +45,12 @@ "main": "lib/index.js",

"eslint-plugin-react-hooks": "^4.6.0",
"monaco-editor": "^0.34.1",
"monaco-editor": "^0.36.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"typescript": "^4.9.3"
},
"peerDependencies": {
"@types/react": ">=17 <= 18",
"monaco-editor": "^0.34.1",
"react": ">=17 <= 18"
"@types/react": ">=16 <= 18",
"monaco-editor": "^0.36.1",
"react": ">=16 <= 18"
},

@@ -57,0 +57,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet