Socket
Socket
Sign inDemoInstall

vue2-ace-editor

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-ace-editor - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

5

index.js

@@ -40,4 +40,6 @@ var ace = require('brace');

value:function (val) {
if(this.contentBackup !== val)
if(this.contentBackup !== val){
this.editor.setValue(val,1);
this.contentBackup = val;
}
},

@@ -84,2 +86,3 @@ theme:function (newTheme) {

editor.setValue(this.value,1);
this.contentBackup = this.value;

@@ -86,0 +89,0 @@ editor.on('change',function () {

2

package.json
{
"name": "vue2-ace-editor",
"version": "0.0.10",
"version": "0.0.11",
"description": "A Vue2.0's component based on ace/brace",

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

@@ -59,3 +59,3 @@ vue2-ace-editor

require('brace/theme/chrome')
require('brace/snippet/javascript') //snippet
require('brace/snippets/javascript') //snippet
}

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