Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codingame/monaco-editor

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-editor - npm Package Versions

1
7

0.30.3

Diff

nonofr
published 0.30.2 •

nonofr
published 0.30.1 •

Changelog

Source

[0.30.1] (09.11.2021)

  • Fixes a performance regression where all languages would be loaded when loading the first language.
nonofr
published 0.30.0 •

Changelog

Source

[0.30.0] (04.11.2021)

  • adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets.
  • adds new hover.above option to control the hover position.
  • adds ICodeEditor.onDidChangeHiddenAreas which is fired when folding/unfolding.
  • to address CVE-2021-42574, the editor now renders Unicode directional formatting characters by default. The special rendering can be turned off using renderControlCharacters. See https://code.visualstudio.com/updates/v1_62#_unicode-directional-formatting-characters for an explanation.

Breaking Changes

  • renamed enum members of monaco.KeyCode to align with the names given for browser codes.
  • renamed ITextModel.getModeId() to ITextModel.getLanguageId()
  • renamed IPasteEvent.mode to IPasteEvent.languageId

Thank you

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

nonofr
published 0.29.5 •

nonofr
published 0.29.4 •

nonofr
published 0.29.3 •

nonofr
published 0.29.2 •

nonofr
published 0.29.1 •

Changelog

Source

[0.29.1] (11.10.2021)

Thank you

Contributions to monaco-languages:

nonofr
published 0.29.0 •

Changelog

Source

[0.29.0] (08.10.2021)

  • adds an ariaContainerElement option for editors
  • adds guides.bracketPairs to enable guides driven by bracket pairs
  • adds maxFileSize to control the maximum file size for which to compute diffs
  • adds CodeActionProvider.resolveCodeAction

Breaking Change

  • consolidated the options renderIndentGuides, highlightActiveIndentGuide to guides

Thank you

Contributions to monaco-editor:

Contributions to monaco-editor-samples:

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

Contributions to monaco-typescript:

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