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 0.3.0 to 0.3.1

4

dist/vue-monaco.es.js

@@ -86,3 +86,3 @@ import assign from 'nano-assign';

this.editor.onContextMenu(function (event) { return this$1.$emit('contextMenu', event); });
this.editor.onDidBlurEditor(function () { return this$1.$emit('blur'); });
this.editor.onDidBlurEditorWidget(function () { return this$1.$emit('blur'); });
this.editor.onDidBlurEditorText(function () { return this$1.$emit('blurText'); });

@@ -104,3 +104,3 @@ this.editor.onDidChangeConfiguration(function (event) { return this$1.$emit('configuration', event); });

this.editor.onDidDispose(function (event) { return this$1.$emit('afterDispose', event); });
this.editor.onDidFocusEditor(function () { return this$1.$emit('focus'); });
this.editor.onDidFocusEditorWidget(function () { return this$1.$emit('focus'); });
this.editor.onDidFocusEditorText(function () { return this$1.$emit('focusText'); });

@@ -107,0 +107,0 @@ this.editor.onDidLayoutChange(function (event) { return this$1.$emit('layout', event); });

@@ -108,3 +108,3 @@ (function (global, factory) {

this.editor.onContextMenu(function (event) { return this$1.$emit('contextMenu', event); });
this.editor.onDidBlurEditor(function () { return this$1.$emit('blur'); });
this.editor.onDidBlurEditorWidget(function () { return this$1.$emit('blur'); });
this.editor.onDidBlurEditorText(function () { return this$1.$emit('blurText'); });

@@ -126,3 +126,3 @@ this.editor.onDidChangeConfiguration(function (event) { return this$1.$emit('configuration', event); });

this.editor.onDidDispose(function (event) { return this$1.$emit('afterDispose', event); });
this.editor.onDidFocusEditor(function () { return this$1.$emit('focus'); });
this.editor.onDidFocusEditorWidget(function () { return this$1.$emit('focus'); });
this.editor.onDidFocusEditorText(function () { return this$1.$emit('focusText'); });

@@ -129,0 +129,0 @@ this.editor.onDidLayoutChange(function (event) { return this$1.$emit('layout', event); });

{
"name": "vue-monaco",
"version": "0.3.0",
"version": "0.3.1",
"description": "MonacoEditor component for Vue.js",

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

@@ -93,3 +93,5 @@ # vue-monaco

data: {
code: 'const noop = () => {}',
code: 'const noop = () => {}'
},
methods: {
amdRequire: require

@@ -96,0 +98,0 @@ }

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