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

aurelia-froala-editor

Package Overview
Dependencies
Maintainers
4
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 3.0.3-1 to 3.0.3-2

2

dist/amd/froala-editor.js

@@ -126,3 +126,3 @@ define(['exports', 'aurelia-framework', 'aurelia-binding', './froala-editor-config', 'froala-editor/js/froala_editor.pkgd.min.js'], function (exports, _aureliaFramework, _aureliaBinding, _froalaEditorConfig, _froala_editorPkgdMin) {

this.instance = new _froala_editorPkgdMin2.default('#' + this.element.id, Object.assign({}, this.config));
this.instance = new _froala_editorPkgdMin2.default(this.element, Object.assign({}, this.config));
};

@@ -129,0 +129,0 @@

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

this.instance = new _froala_editorPkgdMin2.default('#' + this.element.id, Object.assign({}, this.config));
this.instance = new _froala_editorPkgdMin2.default(this.element, Object.assign({}, this.config));
};

@@ -128,0 +128,0 @@

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

this.instance = new FroalaEditor(`#${this.element.id}`, Object.assign({}, this.config));
this.instance = new FroalaEditor(this.element, Object.assign({}, this.config));
}

@@ -101,0 +101,0 @@

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

this.instance = new FroalaEditor('#' + this.element.id, Object.assign({}, this.config));
this.instance = new FroalaEditor(this.element, Object.assign({}, this.config));
};

@@ -131,0 +131,0 @@

{
"name": "aurelia-froala-editor",
"version": "3.0.3-1",
"version": "3.0.3-2",
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor.",

@@ -5,0 +5,0 @@ "keywords": [

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