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

vue-monaco

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.1.1

4

dist/vue-monaco.common.js

@@ -21,2 +21,6 @@ 'use strict';

model: {
event: 'change'
},
watch: {

@@ -23,0 +27,0 @@ options: {

@@ -38,2 +38,6 @@ (function (global, factory) {

model: {
event: 'change'
},
watch: {

@@ -40,0 +44,0 @@ options: {

2

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

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

@@ -17,4 +17,2 @@ # vue-monaco

Then use the component:
```html

@@ -30,7 +28,11 @@ <script src="/path/to/monaco-editor/min/vs/loader.js"></script>

```
</details>
</details><br>
Then use the component:
```vue
<template>
<monaco-editor
class="editor"
v-model="code"

@@ -56,2 +58,9 @@ language="javascript">

</script>
<style>
.editor {
width: 600px;
height: 800px;
}
</style>
```

@@ -58,0 +67,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