@monaco-editor/react
Advanced tools
Comparing version 3.8.0 to 3.8.1
{ | ||
"name": "@monaco-editor/react", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files", | ||
"author": "Suren Atoyan <contact@surenatoyan.com>", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/es/index.js", | ||
"unpkg": "lib/umd/monaco-editor.min.js", | ||
"jsdelivr": "lib/umd/monaco-editor.min.js", | ||
"scripts": { | ||
@@ -10,0 +11,0 @@ "lint": "npx eslint src", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
104148
0