Socket
Socket
Sign inDemoInstall

@optimuscms/editor

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@optimuscms/editor - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

4

package.json
{
"name": "@optimuscms/editor",
"version": "2.1.1",
"version": "2.2.0",
"author": "Rich Moore",

@@ -8,4 +8,4 @@ "license": "MIT",

"dependencies": {
"@tinymce/tinymce-vue": "^1.0.8"
"@tinymce/tinymce-vue": "^1.1.0"
}
}

@@ -5,3 +5,3 @@ let config = {

height: 500,
body_class: 'content p-3',
body_class: 'content p-4',
content_css: '/css/front/app.css',

@@ -24,7 +24,7 @@ plugins: 'hr image link lists paste table',

aligncenter: {
classes: 'has-text-centered',
classes: 'text-center',
selector: 'p,h1,h2,h3,h4,h5,h6,td,th,div,table,img'
},
alignright: {
classes: 'has-text-right',
classes: 'text-right',
selector: 'p,h1,h2,h3,h4,h5,h6,td,th,div,table,img'

@@ -66,3 +66,3 @@ }

title: 'Button',
classes: 'button is-primary',
classes: 'button button-primary',
selector: 'a'

@@ -77,3 +77,3 @@ }

title: 'Image left',
classes: 'is-left',
classes: 'image-left',
selector: 'img'

@@ -83,3 +83,3 @@ },

title: 'Image right',
classes: 'is-right',
classes: 'image-right',
selector: 'img'

@@ -89,3 +89,3 @@ },

title: 'Image centered',
classes: 'is-centered',
classes: 'image-center',
selector: 'img'

@@ -102,4 +102,3 @@ }

table_default_attributes: {
border: 0,
class: 'table is-bordered'
border: 0
}

@@ -106,0 +105,0 @@ };

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