Socket
Socket
Sign inDemoInstall

vue2-ace-editor

Package Overview
Dependencies
72
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.12 to 0.0.13

2

index.js

@@ -41,3 +41,3 @@ var ace = require('brace');

if(this.contentBackup !== val){
this.editor.setValue(val,1);
this.editor.session.setValue(val,1);
this.contentBackup = val;

@@ -44,0 +44,0 @@ }

{
"name": "vue2-ace-editor",
"version": "0.0.12",
"version": "0.0.13",
"description": "A Vue2.0's component based on ace/brace",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -77,1 +77,15 @@ vue2-ace-editor

5. Access the ACE's instance
`<editor ref='myEditor'>`
`let editor = this.$refs.myEditor.editor`
or
```
editorInit: function (editor) {
}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc