Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-code-block

Package Overview
Dependencies
Maintainers
1
Versions
597
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-code-block - npm Package Compare versions

Comparing version 31.0.0 to 31.1.0

build/translations/uz.js

2

build/translations/pt-br.js

@@ -1,1 +0,1 @@

!function(o){const n=o["pt-br"]=o["pt-br"]||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert code block":"Inserir bloco de código","Plain text":"Texto plano"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
!function(o){const t=o["pt-br"]=o["pt-br"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert code block":"Inserir bloco de código","Plain text":"Texto sem formatação"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

@@ -22,7 +22,10 @@ {

"elements": "code",
"classes": [
"*",
"language-*"
],
"_comment": "By default, the language of the code block is represented as a CSS class prefixed by `language-`. The CSS class name can be customized via the `config.codeBlock.languages` array."
"classes": "language-*",
"_comment": "By default, the language of the code block is represented as a CSS class prefixed by `language-`"
},
{
"elements": "code",
"classes": "*",
"isAlternative": true,
"_comment": "The CSS class name can be customized via the `config.codeBlock.languages` array."
}

@@ -29,0 +32,0 @@ ]

{
"name": "@ckeditor/ckeditor5-code-block",
"version": "31.0.0",
"version": "31.1.0",
"description": "Code block feature for CKEditor 5.",

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

"dependencies": {
"ckeditor5": "^31.0.0"
"ckeditor5": "^31.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "^31.0.0",
"@ckeditor/ckeditor5-autoformat": "^31.0.0",
"@ckeditor/ckeditor5-basic-styles": "^31.0.0",
"@ckeditor/ckeditor5-block-quote": "^31.0.0",
"@ckeditor/ckeditor5-clipboard": "^31.0.0",
"@ckeditor/ckeditor5-core": "^31.0.0",
"@ckeditor/ckeditor5-dev-utils": "^25.4.0",
"@ckeditor/ckeditor5-engine": "^31.0.0",
"@ckeditor/ckeditor5-enter": "^31.0.0",
"@ckeditor/ckeditor5-editor-classic": "^31.0.0",
"@ckeditor/ckeditor5-image": "^31.0.0",
"@ckeditor/ckeditor5-indent": "^31.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^31.0.0",
"@ckeditor/ckeditor5-paragraph": "^31.0.0",
"@ckeditor/ckeditor5-theme-lark": "^31.0.0",
"@ckeditor/ckeditor5-undo": "^31.0.0",
"@ckeditor/ckeditor5-utils": "^31.0.0",
"@ckeditor/ckeditor5-alignment": "^31.1.0",
"@ckeditor/ckeditor5-autoformat": "^31.1.0",
"@ckeditor/ckeditor5-basic-styles": "^31.1.0",
"@ckeditor/ckeditor5-block-quote": "^31.1.0",
"@ckeditor/ckeditor5-clipboard": "^31.1.0",
"@ckeditor/ckeditor5-core": "^31.1.0",
"@ckeditor/ckeditor5-dev-utils": "^26.0.0",
"@ckeditor/ckeditor5-engine": "^31.1.0",
"@ckeditor/ckeditor5-enter": "^31.1.0",
"@ckeditor/ckeditor5-editor-classic": "^31.1.0",
"@ckeditor/ckeditor5-image": "^31.1.0",
"@ckeditor/ckeditor5-indent": "^31.1.0",
"@ckeditor/ckeditor5-markdown-gfm": "^31.1.0",
"@ckeditor/ckeditor5-paragraph": "^31.1.0",
"@ckeditor/ckeditor5-theme-lark": "^31.1.0",
"@ckeditor/ckeditor5-undo": "^31.1.0",
"@ckeditor/ckeditor5-utils": "^31.1.0",
"webpack": "^4.43.0",

@@ -37,0 +37,0 @@ "webpack-cli": "^3.3.11"

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