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-20250309.0

4

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

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

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

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

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

*/
declare const version = "0.0.0-nightly-20250308.0";
declare const version = "0.0.0-nightly-20250309.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-20250308.0';
const version = '0.0.0-nightly-20250309.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, 8);
export const releaseDate = new Date(2025, 2, 9);
/* istanbul ignore next -- @preserve */

@@ -15,0 +15,0 @@ if (globalThis.CKEDITOR_VERSION) {

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

Sorry, the diff of this file is not supported yet