Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-basic-styles

Package Overview
Dependencies
Maintainers
1
Versions
708
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 0.7.1 to 0.8.0

lang/translations/bg.po

11

CHANGELOG.md
Changelog
=========
## [0.8.0](https://github.com/ckeditor/ckeditor5-basic/compare/v0.7.1...v0.8.0) (2017-04-05)
### Features
* Named existing plugin(s). ([5f649be](https://github.com/ckeditor/ckeditor5-basic/commit/5f649be))
### Other changes
* Updated translations. ([2aa33fd](https://github.com/ckeditor/ckeditor5-basic/commit/2aa33fd))
## [0.7.1](https://github.com/ckeditor/ckeditor5-basic-styles/compare/v0.7.0...v0.7.1) (2017-03-06)

@@ -5,0 +16,0 @@

22

package.json
{
"name": "@ckeditor/ckeditor5-basic-styles",
"version": "0.7.1",
"version": "0.8.0",
"description": "Basic styles feature for CKEditor 5.",
"keywords": [],
"dependencies": {
"@ckeditor/ckeditor5-core": "^0.7.0",
"@ckeditor/ckeditor5-engine": "^0.8.0",
"@ckeditor/ckeditor5-ui": "^0.7.1"
"@ckeditor/ckeditor5-core": "^0.8.0",
"@ckeditor/ckeditor5-engine": "^0.9.0",
"@ckeditor/ckeditor5-ui": "^0.8.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-lint": "^2.0.2",
"@ckeditor/ckeditor5-editor-classic": "^0.7.1",
"@ckeditor/ckeditor5-enter": "^0.8.0",
"@ckeditor/ckeditor5-heading": "^0.8.0",
"@ckeditor/ckeditor5-paragraph": "^0.6.1",
"@ckeditor/ckeditor5-typing": "^0.8.0",
"@ckeditor/ckeditor5-undo": "^0.7.1",
"@ckeditor/ckeditor5-utils": "^0.8.0",
"@ckeditor/ckeditor5-editor-classic": "^0.7.2",
"@ckeditor/ckeditor5-enter": "^0.9.0",
"@ckeditor/ckeditor5-heading": "^0.9.0",
"@ckeditor/ckeditor5-paragraph": "^0.7.0",
"@ckeditor/ckeditor5-typing": "^0.9.0",
"@ckeditor/ckeditor5-undo": "^0.8.0",
"@ckeditor/ckeditor5-utils": "^0.9.0",
"gulp": "^3.9.0",

@@ -21,0 +21,0 @@ "guppy-pre-commit": "^0.4.0"

@@ -33,2 +33,9 @@ /**

*/
static get pluginName() {
return 'basic-styles/bold';
}
/**
* @inheritDoc
*/
init() {

@@ -35,0 +42,0 @@ const editor = this.editor;

@@ -33,2 +33,9 @@ /**

*/
static get pluginName() {
return 'basic-styles/italic';
}
/**
* @inheritDoc
*/
init() {

@@ -35,0 +42,0 @@ const editor = this.editor;

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

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

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