Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-utils

Package Overview
Dependencies
Maintainers
1
Versions
613
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-utils - npm Package Compare versions

Comparing version 0.0.0-nightly-20230807.0 to 0.0.0-nightly-20230808.0

6

CHANGELOG.md

@@ -96,3 +96,3 @@ Changelog

* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([71469ac](https://github.com/ckeditor/ckeditor5-utils/commit/71469ac))
* Removed the CKEditor 5 logger and its usage. Part of [ckeditor/ckeditor5#383](https://github.com/ckeditor/ckeditor5/issues/383). ([584ef1d](https://github.com/ckeditor/ckeditor5-utils/commit/584ef1d))
* Removed the CKEditor 5 logger and its usage. Part of [ckeditor/ckeditor5#383](https://github.com/ckeditor/ckeditor5/issues/383). ([584ef1d](https://github.com/ckeditor/ckeditor5-utils/commit/584ef1d))

@@ -103,3 +103,3 @@ ### BREAKING CHANGES

* The `Locale#language` property has been deprecated by `Locale#uiLanguage`. Please refer to the API documentation to learn more.
* Removed the CKEditor 5 logger utility.
* Removed the CKEditor 5 logger utility.

@@ -222,3 +222,3 @@

* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.

@@ -225,0 +225,0 @@

Software License Agreement
==========================
**CKEditor 5 utilities** – https://github.com/ckeditor/ckeditor5-utils <br>
**CKEditor&nbsp;5 utilities** – https://github.com/ckeditor/ckeditor5-utils <br>
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.

@@ -6,0 +6,0 @@

{
"name": "@ckeditor/ckeditor5-utils",
"version": "0.0.0-nightly-20230807.0",
"version": "0.0.0-nightly-20230808.0",
"description": "Miscellaneous utilities used by CKEditor 5.",

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

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

CKEditor 5 utilities
CKEditor&nbsp;5 utilities
========================================

@@ -8,7 +8,7 @@

Various utilities used by CKEditor 5 and its features. This is a sort of CKEditor 5's standard library.
Various utilities used by CKEditor&nbsp;5 and its features. This is a sort of CKEditor&nbsp;5's standard library.
## Documentation
See the [`@ckeditor/ckeditor5-utils` package](https://ckeditor.com/docs/ckeditor5/latest/api/utils.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
See the [`@ckeditor/ckeditor5-utils` package](https://ckeditor.com/docs/ckeditor5/latest/api/utils.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).

@@ -15,0 +15,0 @@ ## License

@@ -5,3 +5,3 @@ /**

*/
declare const version = "0.0.0-nightly-20230807.0";
declare const version = "0.0.0-nightly-20230808.0";
export default version;

@@ -8,0 +8,0 @@ export declare const releaseDate: Date;

@@ -10,6 +10,6 @@ /**

import CKEditorError from './ckeditorerror';
const version = '0.0.0-nightly-20230807.0';
const version = '0.0.0-nightly-20230808.0';
export default version;
// The second argument is not a month. It is `monthIndex` and starts from `0`.
export const releaseDate = new Date(2023, 7, 7);
export const releaseDate = new Date(2023, 7, 8);
/* istanbul ignore next -- @preserve */

@@ -16,0 +16,0 @@ const windowOrGlobal = typeof window === 'object' ? window : global;

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