Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-angular

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-angular - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

CHANGELOG.md
Changelog
=========
## [2.0.1](https://github.com/ckeditor/ckeditor5-angular/compare/v2.0.0...v2.0.1) (2020-10-15)
Internal changes only (updated dependencies, documentation, etc.).
## [2.0.0](https://github.com/ckeditor/ckeditor5-angular/compare/v1.2.3...v2.0.0) (2020-10-15)

@@ -5,0 +10,0 @@

2

package.json
{
"name": "@ckeditor/ckeditor5-angular",
"version": "2.0.0",
"version": "2.0.1",
"description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,3 +10,3 @@ # CKEditor 5 rich text editor component for Angular

Official [CKEditor 5](https://ckeditor.com/ckeditor-5/) rich text editor component for Angular 5+.
Official [CKEditor 5](https://ckeditor.com/ckeditor-5/) rich text editor component for Angular 9.1+.

@@ -26,4 +26,6 @@ ## [Developer Documentation](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/angular.html) 📖

The integration can be used together with Angular at version `5.0.0` and higher. It is an implication of Angular metadata produced for this package by the Angular builder. Note that the `package.json` used in the main repository isn't published on NPM (the production one is present in `src/ckeditor/package.json`), so there are only a few peer dependencies to `@angular/core >= 5.0.0`, `@angular/common >= 5.0.0` and `@angular/forms >= 5.0.0` required by this package.
The integration can be used together with Angular at version `9.1.0` and higher. It is an implication of Angular metadata produced for this package by the Angular builder. Note that the `package.json` used in the main repository isn't published on NPM (the production one is present in `src/ckeditor/package.json`), so there are only a few peer dependencies to `@angular/core >= 9.0.0`, `@angular/common >= 9.0.0` and `@angular/forms >= 9.0.0` required by this package.
**Note:** For Angular >= 5.0.0 && < 9.0.0 use `ckeditor5-angular@1.x.x` releases.
## Contributing

@@ -134,3 +136,3 @@

Make sure to test package with the production setup (`ng build --prod`) and with older Angular versions (at least with the 5.2.).
Make sure to test package with the production setup (`ng build --prod`) and with older Angular versions (at least with the 9.1).

@@ -137,0 +139,0 @@ #### Publishing the package

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