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

@ckeditor/ckeditor5-utils

Package Overview
Dependencies
Maintainers
0
Versions
907
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

to
0.0.0-nightly-20250311.0

4

package.json
{
"name": "@ckeditor/ckeditor5-utils",
"version": "0.0.0-nightly-20250310.0",
"version": "0.0.0-nightly-20250311.0",
"description": "Miscellaneous utilities used by CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250310.0",
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250311.0",
"es-toolkit": "1.32.0"

@@ -18,0 +18,0 @@ },

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

*/
declare const version = "0.0.0-nightly-20250310.0";
declare const version = "0.0.0-nightly-20250311.0";
export default version;

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

@@ -9,6 +9,6 @@ /**

import CKEditorError from './ckeditorerror.js';
const version = '0.0.0-nightly-20250310.0';
const version = '0.0.0-nightly-20250311.0';
export default version;
// The second argument is not a month. It is `monthIndex` and starts from `0`.
export const releaseDate = new Date(2025, 2, 10);
export const releaseDate = new Date(2025, 2, 11);
/* istanbul ignore next -- @preserve */

@@ -47,3 +47,3 @@ if (globalThis.CKEDITOR_VERSION) {

* - **Optimized build** for the new installation methods &ndash; Imports from the `@ckeditor/ckeditor5-<NAME>/dist/index.js`.
* - **Predefined builds** (legacy) &ndash; Imports from the `@ckeditor/ckeditor5-build-<NAME>` packages.
* - **Predefined builds** (no longer supported) &ndash; Imports from the `@ckeditor/ckeditor5-build-<NAME>` packages.
* - **Default imports** (legacy) &ndash; Imports from the `@ckeditor/ckeditor5-<NAME>` packages (default export).

@@ -55,3 +55,3 @@ * - **`src`** (legacy) &ndash; Imports from the `@ckeditor/ckeditor5-<NAME>/src/*`.

* specific to the optimized build, you should use them for all CKEditor&nbsp;5 packages. In addition, since
* the Predefined and DLL builds already include the core of the editor, they cannot be used with other types of imports.
* the DLL builds already include the core of the editor, they cannot be used with other types of imports.
*

@@ -95,8 +95,12 @@ * Here is a matrix showing which installation methods are compatible with each other:

* <details>
* <summary>(Legacy) Predefined builds</summary>
* <summary>(Deprecated) Predefined builds</summary>
*
* If you use the {@glink getting-started/legacy/installation-methods/predefined-builds Predefined builds},
* you cannot import any additional plugins. These builds already include the editor's core
* and selected plugins and importing additional ones will cause some modules to be bundled and loaded twice.
* **As of April, 2025 predefined build are no longer supported. Please refer to the
* {@glink getting-started/index Quick Start} guide
* to choose one of the modern installation and integration methods available**.
*
* If you use the predefined builds, you cannot import any additional plugins.
* These builds already include the editor's core and selected plugins and importing additional
* ones will cause some modules to be bundled and loaded twice.
*
* Examples of valid and invalid import paths:

@@ -113,9 +117,5 @@ *

*
* If you are missing some features from the
* {@glink getting-started/legacy/installation-methods/predefined-builds#plugins-included-in-the-predefined-builds list of plugins},
* you should switch to the {@glink updating/nim-migration/migration-to-new-installation-methods new installation methods}
* If you are missing some features from the list of plugins, you should switch to the
* {@glink updating/nim-migration/migration-to-new-installation-methods new installation methods}
* which do not have this limitation.
* If you cannot migrate to the new installation methods, try the
* {@glink getting-started/legacy/installation-methods/predefined-builds#superbuild superbuild} instead.
* This build contains all the editor features.
* </details>

@@ -122,0 +122,0 @@ *

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet