Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-utils

Package Overview
Dependencies
1
Maintainers
0
Versions
515
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 42.0.0-alpha.23 to 42.0.0-alpha.24

2

dist/types/version.d.ts

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

*/
declare const version = "42.0.0-alpha.23";
declare const version = "42.0.0-alpha.24";
export default version;

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

{
"name": "@ckeditor/ckeditor5-utils",
"version": "42.0.0-alpha.23",
"version": "42.0.0-alpha.24",
"description": "Miscellaneous utilities used by CKEditor 5.",

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

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

*/
declare const version = "42.0.0-alpha.23";
declare const version = "42.0.0-alpha.24";
export default version;

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

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

import CKEditorError from './ckeditorerror.js';
const version = '42.0.0-alpha.23';
const version = '42.0.0-alpha.24';
export default version;
// The second argument is not a month. It is `monthIndex` and starts from `0`.
export const releaseDate = new Date(2024, 5, 25);
export const releaseDate = new Date(2024, 5, 26);
/* 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc