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.0.3 to 2.0.4

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -33,11 +33,12 @@ import * as values from './values';

style_formats: options.style_formats || values.styleFormats,
plugins: this.plugins || options.plugins || 'image link lists paste table',
plugins: this.plugins || options.plugins || 'hr image link lists paste table',
toolbar: this.toolbar || options.toolbar || `
undo redo removeformat |
undo redo |
styleselect |
bold italic |
bold italic underline |
alignleft aligncenter alignright |
bullist numlist |
bullist numlist hr blockquote |
table link image |
removeformat |
`,

@@ -44,0 +45,0 @@

@@ -51,2 +51,7 @@ let styleFormats = [

selector: 'img'
},
{
title: 'Image centered',
classes: 'is-centered',
selector: 'img'
}

@@ -53,0 +58,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