New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monaco-editor/react

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monaco-editor/react - npm Package Compare versions

Comparing version 2.6.1 to 3.0.0

5

CHANGELOG.md
### Versions
## 3.0.0
###### *Dec 24, 2019*
- monaco: update monaco version to 0.19.0
## 2.6.1

@@ -5,0 +10,0 @@ ###### *Dec 23, 2019*

4

lib/config/index.js

@@ -9,4 +9,4 @@ "use strict";

urls: {
monacoLoader: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.18.1/min/vs/loader.js',
monacoBase: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.18.1/min/vs'
monacoLoader: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.19.0/min/vs/loader.js',
monacoBase: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.19.0/min/vs'
}

@@ -13,0 +13,0 @@ };

{
"name": "@monaco-editor/react",
"version": "2.6.1",
"version": "3.0.0",
"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",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"peerDependencies": {
"monaco-editor": "^0.18.1",
"monaco-editor": "^0.19.0",
"prop-types": "^15.7.2",

@@ -36,0 +36,0 @@ "react": "^16.8.6",

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