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

aurelia-froala-editor

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-froala-editor - npm Package Compare versions

Comparing version 2.8.5 to 2.9.0

4

dist/amd/froala-editor.js

@@ -107,3 +107,3 @@ define(['exports', 'aurelia-framework', 'aurelia-binding', './froala-editor-config'], function (exports, _aureliaFramework, _aureliaBinding, _froalaEditorConfig) {

}
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', function (e, editor) {
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', function (e, editor) {
return _this2.value = editor.html.get();

@@ -146,2 +146,2 @@ });

})), _class2)) || _class) || _class);
});
});

@@ -108,3 +108,3 @@ 'use strict';

}
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', function (e, editor) {
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', function (e, editor) {
return _this2.value = editor.html.get();

@@ -146,2 +146,2 @@ });

}
})), _class2)) || _class) || _class);
})), _class2)) || _class) || _class);

@@ -89,3 +89,3 @@ var _dec, _dec2, _class, _desc, _value, _class2, _descriptor, _descriptor2, _descriptor3;

}
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', (e, editor) => this.value = editor.html.get());
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', (e, editor) => this.value = editor.html.get());

@@ -123,2 +123,2 @@ this.instance.froalaEditor(Object.assign({}, this.config));

}
})), _class2)) || _class) || _class);
})), _class2)) || _class) || _class);

@@ -115,3 +115,3 @@ 'use strict';

}
this.instance.on('froalaEditor.contentChanged, froalaEditor.blur', function (e, editor) {
this.instance.on('froalaEditor.contentChanged froalaEditor.blur', function (e, editor) {
return _this2.value = editor.html.get();

@@ -158,2 +158,2 @@ });

};
});
});
{
"name": "aurelia-froala-editor",
"version": "2.8.5",
"version": "2.9.0",
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor.",

@@ -62,3 +62,3 @@ "keywords": [

"aurelia-framework": "^1.3.0",
"froala-editor": "2.8.5"
"froala-editor": "2.9.0"
},

@@ -65,0 +65,0 @@ "jspm": {

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