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

vue-monaco

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-monaco - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

dist/vue-monaco.es.js

@@ -84,2 +84,3 @@ import assign from 'nano-assign';

this.$emit('editorWillMount', this.monaco);
var options = assign({

@@ -86,0 +87,0 @@ value: this.value,

@@ -106,2 +106,3 @@ (function (global, factory) {

this.$emit('editorWillMount', this.monaco);
var options = nanoAssign_common({

@@ -108,0 +109,0 @@ value: this.value,

2

package.json
{
"name": "vue-monaco",
"version": "1.0.0",
"version": "1.1.0",
"description": "MonacoEditor component for Vue.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -140,5 +140,13 @@ # vue-monaco

- `amdRequire`: Load monaco-editor using given amd-style require function.
- `diffEditor`: `boolean` Indicate that this is a DiffEditor, `false` by default.
### Component Events
#### `editorWillMount`
- Params:
- `monaco`: [`monaco module`](https://microsoft.github.io/monaco-editor/api/index.html)
Called before mounting the editor.
#### `editorDidMount`

@@ -149,3 +157,3 @@

Editor is created.
Called when the editor is mounted.

@@ -152,0 +160,0 @@ #### `change`

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