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.3.2 to 2.3.3

.npmignore

0

build/paths.js

@@ -0,0 +0,0 @@ var appRoot = 'src/';

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ var gulp = require('gulp');

@@ -151,2 +151,5 @@ 'use strict';

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

@@ -153,0 +156,0 @@ }, {

@@ -17,2 +17,5 @@ "use strict";

var c = {
setLicense: function setLicense(license) {
$.FroalaEditor.DEFAULTS.key = license;
},
addPlugin: function addPlugin(name) {

@@ -19,0 +22,0 @@ return Promise.all([System.import("froala-editor/js/plugins/" + name + ".min", _context.id).then(function (m) {

@@ -0,0 +0,0 @@ /// <binding AfterBuild='build' />

12

package.json
{
"name": "aurelia-froala-editor",
"version": "2.3.2",
"version": "2.3.3",
"description": "",

@@ -36,3 +36,3 @@ "main": "index.js",

"font-awesome": "^4.6.3",
"froala-editor": "^2.3.2",
"froala-editor": "^2.3.3",
"jquery": "^2.2.4"

@@ -42,8 +42,8 @@ },

"dependencies": {
"css": "jspm:css",
"froala-editor": "npm:froala-editor",
"jquery": "npm:jquery",
"font-awesome": "npm:font-awesome"
"css": "jspm:css",
"froala-editor": "npm:froala-editor@^2.3.3",
"jquery": "npm:jquery@^2.2.4",
"font-awesome": "npm:font-awesome@^4.6.3"
}
}
}

@@ -15,3 +15,3 @@ aurelia-froala-editor

```bash
jspm install npm:aurelia-froala
jspm install npm:aurelia-froala-editor
```

@@ -105,3 +105,3 @@

[npm-url]: https://npmjs.org/package/aurelia-froala
[npm-image]: http://img.shields.io/npm/v/aurelia-froala.svg
[npm-url]: https://npmjs.org/package/aurelia-froala-editor
[npm-image]: http://img.shields.io/npm/v/aurelia-froala-editor.svg

@@ -65,2 +65,3 @@ 'use strict'

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

@@ -67,0 +68,0 @@

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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