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

@ckeditor/ckeditor5-format-painter

Package Overview
Dependencies
Maintainers
1
Versions
628
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-format-painter - npm Package Compare versions

Comparing version 0.0.1 to 37.1.0

build/format-painter.js

28

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

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

"ckeditor 5",
"ckeditor5-lib"
"ckeditor5-feature",
"ckeditor5-plugin"
],
"main": "src/index.js",
"dependencies": {
"ckeditor5": "^37.1.0"
},
"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,35 @@

CKEditor 5 format painter
=========================
CKEditor 5 format painter feature
=================================
This is an initial package for development purposes. It does not contain code yet.
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-format-painter.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-format-painter)
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-format-painter)
This package contains the format painter feature for CKEditor 5. It allows you to copy text formatting (such as bold, italic, font size, color, etc.) and apply it in a different place in the edited document.
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 Format painter](https://ckeditor.com/docs/ckeditor5/latest/features/format-painter.html#demo) feature guide.
## Documentation
See the [`@ckeditor/ckeditor5-format-painter` package](https://ckeditor.com/docs/ckeditor5/latest/api/format-painter.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Format painter](https://ckeditor.com/docs/ckeditor5/latest/features/format-painter.html) feature guide.
## Getting support
The CKEditor 5 format painter 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 the CKEditor 5 format painter feature with your application.
As a licensed CKEditor 5 format painter feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
## License
**CKEditor 5 format painter** (https://ckeditor.com/ckeditor-5/)<br>
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
CKEditor 5 format painter 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.
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