Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-paragraph

Package Overview
Dependencies
Maintainers
1
Versions
648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-paragraph - npm Package Compare versions

Comparing version 35.3.2 to 35.4.0

2

ckeditor5-metadata.json

@@ -12,3 +12,3 @@ {

"implements": "$block",
"_comment": "The HTML element may contain classes, styles or attributes that are created by other plugins, which alter the <code>`$block`</code> element."
"_comment": "This element inherits all attributes, classes and styles that are allowed on the `<$block>` element by other features."
}

@@ -15,0 +15,0 @@ ]

{
"name": "@ckeditor/ckeditor5-paragraph",
"version": "35.3.2",
"version": "35.4.0",
"description": "Paragraph feature for CKEditor 5.",

@@ -15,16 +15,16 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "^35.3.2",
"@ckeditor/ckeditor5-ui": "^35.3.2",
"@ckeditor/ckeditor5-utils": "^35.3.2"
"@ckeditor/ckeditor5-core": "^35.4.0",
"@ckeditor/ckeditor5-ui": "^35.4.0",
"@ckeditor/ckeditor5-utils": "^35.4.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^35.3.2",
"@ckeditor/ckeditor5-clipboard": "^35.3.2",
"@ckeditor/ckeditor5-editor-classic": "^35.3.2",
"@ckeditor/ckeditor5-engine": "^35.3.2",
"@ckeditor/ckeditor5-enter": "^35.3.2",
"@ckeditor/ckeditor5-heading": "^35.3.2",
"@ckeditor/ckeditor5-link": "^35.3.2",
"@ckeditor/ckeditor5-typing": "^35.3.2",
"@ckeditor/ckeditor5-undo": "^35.3.2",
"@ckeditor/ckeditor5-basic-styles": "^35.4.0",
"@ckeditor/ckeditor5-clipboard": "^35.4.0",
"@ckeditor/ckeditor5-editor-classic": "^35.4.0",
"@ckeditor/ckeditor5-engine": "^35.4.0",
"@ckeditor/ckeditor5-enter": "^35.4.0",
"@ckeditor/ckeditor5-heading": "^35.4.0",
"@ckeditor/ckeditor5-link": "^35.4.0",
"@ckeditor/ckeditor5-typing": "^35.4.0",
"@ckeditor/ckeditor5-undo": "^35.4.0",
"typescript": "^4.8.4",

@@ -31,0 +31,0 @@ "webpack": "^5.58.1",

@@ -8,3 +8,3 @@ /**

*/
import Command from '@ckeditor/ckeditor5-core/src/command';
import { Command } from '@ckeditor/ckeditor5-core';
/**

@@ -11,0 +11,0 @@ * The insert paragraph command. It inserts a new paragraph at a specific

@@ -10,3 +10,3 @@ /**

import InsertParagraphCommand from './insertparagraphcommand';
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import { Plugin } from '@ckeditor/ckeditor5-core';
/**

@@ -13,0 +13,0 @@ * The paragraph feature for the editor.

@@ -8,5 +8,5 @@ /**

*/
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
import icon from '@ckeditor/ckeditor5-core/theme/icons/paragraph.svg';
import { Plugin, icons } from '@ckeditor/ckeditor5-core';
import { ButtonView } from '@ckeditor/ckeditor5-ui';
const icon = icons.paragraph;
/**

@@ -13,0 +13,0 @@ * This plugin defines the `'paragraph'` button. It can be used together with

@@ -8,4 +8,4 @@ /**

*/
import Command from '@ckeditor/ckeditor5-core/src/command';
import first from '@ckeditor/ckeditor5-utils/src/first';
import { Command } from '@ckeditor/ckeditor5-core';
import { first } from '@ckeditor/ckeditor5-utils';
/**

@@ -12,0 +12,0 @@ * The paragraph command.

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