New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-template

Package Overview
Dependencies
Maintainers
1
Versions
821
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-template - npm Package Compare versions

Comparing version

to
37.1.0

build/template.js

40

package.json
{
"name": "@ckeditor/ckeditor5-template",
"version": "0.0.1",
"version": "37.1.0",
"description": "Template feature for CKEditor 5.",

@@ -9,8 +9,40 @@ "keywords": [

"ckeditor 5",
"ckeditor5-lib"
"ckeditor5-feature",
"ckeditor5-plugin",
"WYSIWYG",
"text",
"rich-text",
"richtext",
"ckeditor",
"editor",
"editing",
"html",
"contentEditable",
"template"
],
"main": "src/index.js",
"dependencies": {
"ckeditor5": "^37.1.0",
"@ckeditor/ckeditor5-ui": "^37.1.0",
"lodash-es": "^4.17.15"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5/issues"
"files": [
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"build",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build",
"dll:build": "webpack"
},
"types": "src/index.d.ts",
"obfuscated": true
}

@@ -1,4 +0,37 @@

CKEditor 5 template
===================
CKEditor 5 template feature
================================
This is an initial package for development purposes. It does not contain code yet.
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-template.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-template)
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-template)
This package contains the template feature for CKEditor 5. It allows you to insert predefined templates into the editor content and speed up the writing process.
This is a premium feature. Please [contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions!
## Demo
Check out the [demo in the template feature](https://ckeditor.com/docs/ckeditor5/latest/features/template.html#demo) guide.
## Documentation
See the [`@ckeditor/ckeditor5-template` package](https://ckeditor.com/docs/ckeditor5/latest/api/template.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Content templates](https://ckeditor.com/docs/ckeditor5/latest/features/template.html) feature guide.
## Getting support
The CKEditor 5 template feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 template feature with your application.
As a licensed CKEditor 5 template feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
## License
**CKEditor 5 template** (https://ckeditor.com/ckeditor-5/)<br>
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
CKEditor 5 template feature is licensed under a commercial license and is protected by copyright law.
For more details about available licensing options please contact us at sales@cksource.com.
### Trademarks
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.