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.2.1 to 1.2.2

8

dist/vue-monaco.es.js

@@ -75,3 +75,5 @@ import assign from 'nano-assign';

_this.initMonaco(window.monaco);
_this.$nextTick(function () {
_this.initMonaco(window.monaco);
});
});

@@ -84,3 +86,5 @@ } else {

this.monaco = monaco;
this.initMonaco(monaco);
this.$nextTick(function () {
_this.initMonaco(monaco);
});
}

@@ -87,0 +91,0 @@ },

@@ -97,3 +97,5 @@ (function (global, factory) {

_this.initMonaco(window.monaco);
_this.$nextTick(function () {
_this.initMonaco(window.monaco);
});
});

@@ -106,3 +108,5 @@ } else {

this.monaco = monaco;
this.initMonaco(monaco);
this.$nextTick(function () {
_this.initMonaco(monaco);
});
}

@@ -109,0 +113,0 @@ },

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

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

@@ -86,5 +86,5 @@ # vue-monaco

<script src="monaco-editor/min/vs/loader.js"></script>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-monaco"></script>
<script src="monaco-editor/min/vs/loader.js"></script>
<script>

@@ -91,0 +91,0 @@ require.config({ paths: { vs: 'monaco-editor/min/vs' } })

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