Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-basic-styles

Package Overview
Dependencies
Maintainers
1
Versions
646
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-basic-styles - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3

lang/translations/ar.po

7

CHANGELOG.md
Changelog
=========
## [10.0.3](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.0.2...v10.0.3) (2018-10-08)
### Other changes
* Updated translations. ([cf4e657](https://github.com/ckeditor/ckeditor5-basic-styles/commit/cf4e657))
## [10.0.2](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v10.0.1...v10.0.2) (2018-07-18)

@@ -5,0 +12,0 @@

25

package.json
{
"name": "@ckeditor/ckeditor5-basic-styles",
"version": "10.0.2",
"version": "10.0.3",
"description": "Basic styles feature for CKEditor 5.",

@@ -9,17 +9,18 @@ "keywords": [

"ckeditor 5",
"ckeditor5-feature"
"ckeditor5-feature",
"ckeditor5-plugin"
],
"dependencies": {
"@ckeditor/ckeditor5-core": "^11.0.0",
"@ckeditor/ckeditor5-engine": "^10.2.0",
"@ckeditor/ckeditor5-ui": "^11.0.0",
"@ckeditor/ckeditor5-theme-lark": "^11.0.0"
"@ckeditor/ckeditor5-core": "^11.0.1",
"@ckeditor/ckeditor5-engine": "^11.0.0",
"@ckeditor/ckeditor5-ui": "^11.1.0",
"@ckeditor/ckeditor5-theme-lark": "^11.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-cloud-services": "^10.0.2",
"@ckeditor/ckeditor5-editor-classic": "^11.0.0",
"@ckeditor/ckeditor5-essentials": "^10.1.1",
"@ckeditor/ckeditor5-paragraph": "^10.0.2",
"@ckeditor/ckeditor5-utils": "^10.2.0",
"eslint": "^4.15.0",
"@ckeditor/ckeditor5-cloud-services": "^10.1.0",
"@ckeditor/ckeditor5-editor-classic": "^11.0.1",
"@ckeditor/ckeditor5-essentials": "^10.1.2",
"@ckeditor/ckeditor5-paragraph": "^10.0.3",
"@ckeditor/ckeditor5-utils": "^11.0.0",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^1.0.7",

@@ -26,0 +27,0 @@ "husky": "^0.14.3",

@@ -15,5 +15,9 @@ CKEditor 5 basic styles feature

## Demo
Check out the [demo in the Basic styles feature](https://ckeditor.com/docs/ckeditor5/latest/features/basic-styles.html#demo) guide.
## Documentation
See the [`@ckeditor/ckeditor5-basic-styles` package](https://docs.ckeditor.com/ckeditor5/latest/api/basic-styles.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
See the [`@ckeditor/ckeditor5-basic-styles` package](https://ckeditor.com/docs/ckeditor5/latest/api/basic-styles.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).

@@ -20,0 +24,0 @@ ## License

@@ -17,3 +17,6 @@ /**

*
* It loads the {@link module:basic-styles/bold/boldediting~BoldEditing bold editing feature}
* For a detailed overview check the {@glink features/basic-styles Basic styles feature documentation}
* and the {@glink api/basic-styles package page}.
*
* This is a "glue" plugin which loads the {@link module:basic-styles/bold/boldediting~BoldEditing bold editing feature}
* and {@link module:basic-styles/bold/boldui~BoldUI bold UI feature}.

@@ -20,0 +23,0 @@ *

@@ -18,3 +18,3 @@ /**

*
* It registers the `bold` command and introduces the `bold` attribute in the model which renders to the view
* It registers the `'bold'` command and introduces the `bold` attribute in the model which renders to the view
* as a `<strong>` element.

@@ -21,0 +21,0 @@ *

@@ -19,3 +19,6 @@ /**

*
* It loads the {@link module:basic-styles/code/codeediting~CodeEditing code editing feature}
* For a detailed overview check the {@glink features/basic-styles Basic styles feature documentation}
* and the {@glink api/basic-styles package page}.
*
* This is a "glue" plugin which loads the {@link module:basic-styles/code/codeediting~CodeEditing code editing feature}
* and {@link module:basic-styles/code/codeui~CodeUI code UI feature}.

@@ -22,0 +25,0 @@ *

@@ -18,3 +18,3 @@ /**

*
* It registers the `code` command and introduces the `code` attribute in the model which renders to the view
* It registers the `'code'` command and introduces the `code` attribute in the model which renders to the view
* as a `<code>` element.

@@ -21,0 +21,0 @@ *

@@ -17,3 +17,6 @@ /**

*
* It loads the {@link module:basic-styles/italic/italicediting~ItalicEditing} and
* For a detailed overview check the {@glink features/basic-styles Basic styles feature documentation}
* and the {@glink api/basic-styles package page}.
*
* This is a "glue" plugin which loads the {@link module:basic-styles/italic/italicediting~ItalicEditing} and
* {@link module:basic-styles/italic/italicui~ItalicUI} plugins.

@@ -20,0 +23,0 @@ *

@@ -18,3 +18,3 @@ /**

*
* It registers the `italic` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model
* It registers the `'italic'` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model
* which renders to the view as an `<em>` element.

@@ -21,0 +21,0 @@ *

@@ -17,3 +17,6 @@ /**

*
* It loads the {@link module:basic-styles/strikethrough/strikethroughediting~StrikethroughEditing} and
* For a detailed overview check the {@glink features/basic-styles Basic styles feature documentation}
* and the {@glink api/basic-styles package page}.
*
* This is a "glue" plugin which loads the {@link module:basic-styles/strikethrough/strikethroughediting~StrikethroughEditing} and
* {@link module:basic-styles/strikethrough/strikethroughui~StrikethroughUI} plugins.

@@ -20,0 +23,0 @@ *

@@ -18,3 +18,3 @@ /**

*
* It registers the `strikethrough` command, the <kbd>Ctrl+Shift+X</kbd> keystroke and introduces the
* It registers the `'strikethrough'` command, the <kbd>Ctrl+Shift+X</kbd> keystroke and introduces the
* `strikethroughsthrough` attribute in the model which renders to the view

@@ -21,0 +21,0 @@ * as a `<s>` element.

@@ -17,3 +17,6 @@ /**

*
* It loads the {@link module:basic-styles/underline/underlineediting~UnderlineEditing} and
* For a detailed overview check the {@glink features/basic-styles Basic styles feature documentation}
* and the {@glink api/basic-styles package page}.
*
* This is a "glue" plugin which loads the {@link module:basic-styles/underline/underlineediting~UnderlineEditing} and
* {@link module:basic-styles/underline/underlineui~UnderlineUI} plugins.

@@ -20,0 +23,0 @@ *

@@ -18,3 +18,3 @@ /**

*
* It registers the `underline` command, the <kbd>Ctrl+U</kbd> keystroke
* It registers the `'underline'` command, the <kbd>Ctrl+U</kbd> keystroke
* and introduces the `underline` attribute in the model which renders to the view as an `<u>` element.

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

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