aurelia-froala-editor
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -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' /> |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31175
15
386
1
Updatedfroala-editor@^2.3.3