Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-utils

Package Overview
Dependencies
Maintainers
0
Versions
781
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-20241216.0 to 0.0.0-nightly-20241217.0

22

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

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

"lodash-es": "4.17.21",
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241216.0"
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241217.0"
},

@@ -37,3 +37,19 @@ "author": "CKSource (http://cksource.com/)",

],
"types": "src/index.d.ts"
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js"
},
"./dist/*": {
"types": "./src/index.d.ts",
"import": "./dist/*"
},
"./src/*": {
"types": "./src/index.d.ts",
"import": "./src/*"
},
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
"./package.json": "./package.json"
}
}

2

src/version.d.ts

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

*/
declare const version = "0.0.0-nightly-20241216.0";
declare const version = "0.0.0-nightly-20241217.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-20241216.0';
const version = '0.0.0-nightly-20241217.0';
export default version;
// The second argument is not a month. It is `monthIndex` and starts from `0`.
export const releaseDate = new Date(2024, 11, 16);
export const releaseDate = new Date(2024, 11, 17);
/* 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc