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 2.9.5 to 2.9.6

4

package.json
{
"name": "aurelia-froala-editor",
"version": "2.9.5",
"version": "2.9.6",
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor.",

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

"aurelia-framework": "^1.3.0",
"froala-editor": "2.9.5"
"froala-editor": "2.9.6"
},

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

@@ -82,14 +82,2 @@ # Aurelia Froala WYSIWYG HTML Editor

```javascript
// Editor files.
import "froala-editor/js/froala_editor.pkgd.min";
...
// Use the aurelia-froala-editor plugin.
aurelia.use.plugin('aurelia-froala-editor');
```
- ​
```json

@@ -113,3 +101,3 @@ "loader": {

- In `aurelia_project/aurelia.json` add to `vendor_bundle`
- In `aurelia_project/aurelia.json` add to `vendor_bundle` **froala-editor** and **aurelia-froala-editor**

@@ -129,3 +117,4 @@ ```javascript

"./js/**/*.{js}",
"./css/**/*.{css}"
"./css/froala_editor.pkgd.min.css",
"./css/froala_style.min.css"
]

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