Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-utils

Package Overview
Dependencies
Maintainers
0
Versions
643
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-20240626.1 to 0.0.0-nightly-20240627.0

2

dist/types/version.d.ts

@@ -9,3 +9,3 @@ /**

*/
declare const version = "0.0.0-nightly-20240626.1";
declare const version = "0.0.0-nightly-20240627.0";
export default version;

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

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

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

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

*/
declare const version = "0.0.0-nightly-20240626.1";
declare const version = "0.0.0-nightly-20240627.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-20240626.1';
const version = '0.0.0-nightly-20240627.0';
export default version;
// The second argument is not a month. It is `monthIndex` and starts from `0`.
export const releaseDate = new Date(2024, 5, 26);
export const releaseDate = new Date(2024, 5, 27);
/* istanbul ignore next -- @preserve */

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

* The best solution to avoid this error is migrating your CKEditor 5 instance to
* {@glink updating/new-installation-methods new installation methods}.
* {@glink updating/nim-migration/migration-to-new-installation-methods new installation methods}.
*

@@ -21,0 +21,0 @@ * Mentioned below are predefined builds, which are a deprecated installation method. The solutions

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

Sorry, the diff of this file is not supported yet

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