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 1.2.2 to 1.2.3

lib/ControlledEditor/__snapshots__/index.spec.js.snap

5

CHANGELOG.md
### Versions
## 1.2.3
###### *Oct 7, 2019*
- (TYPES) add "void" to the "ControlledEditorOnChange" return types
## 1.2.2

@@ -4,0 +9,0 @@ ###### *Oct 3, 2019*

2

lib/index.d.ts

@@ -74,3 +74,3 @@ // TODO: the whole content should be improved in the next version.

value: string | undefined,
) => string | undefined;
) => string | void;

@@ -77,0 +77,0 @@ export interface ControlledEditorProps extends EditorProps {

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

@@ -5,0 +5,0 @@ "main": "lib/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