Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-utils

Package Overview
Dependencies
Maintainers
1
Versions
619
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 37.0.1 to 37.1.0

10

package.json
{
"name": "@ckeditor/ckeditor5-utils",
"version": "37.0.1",
"version": "37.1.0",
"description": "Miscellaneous utilities used by CKEditor 5.",

@@ -17,6 +17,6 @@ "keywords": [

"devDependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.0.1",
"@ckeditor/ckeditor5-editor-classic": "^37.0.1",
"@ckeditor/ckeditor5-core": "^37.0.1",
"@ckeditor/ckeditor5-engine": "^37.0.1",
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@ckeditor/ckeditor5-editor-classic": "^37.1.0",
"@ckeditor/ckeditor5-core": "^37.1.0",
"@ckeditor/ckeditor5-engine": "^37.1.0",
"@types/lodash-es": "^4.17.6",

@@ -23,0 +23,0 @@ "typescript": "^4.8.4"

@@ -28,3 +28,3 @@ /**

// It's not possible to mock a window object to simulate lack of a window object without writing extremely convoluted code.
/* istanbul ignore next */
/* istanbul ignore next -- @preserve */
// Let's cast it to not change module's API.

@@ -31,0 +31,0 @@ // We only handle this so loading editor in environments without window and document doesn't fail.

@@ -175,3 +175,3 @@ /**

// @if CK_DEBUG // throw err;
/* istanbul ignore next */
/* istanbul ignore next -- @preserve */
CKEditorError.rethrowUnexpectedError(err, this);

@@ -178,0 +178,0 @@ }

@@ -11,3 +11,3 @@ /**

import global from './dom/global';
/* istanbul ignore else */
/* istanbul ignore else -- @preserve */
if (!global.window.CKEDITOR_TRANSLATIONS) {

@@ -14,0 +14,0 @@ global.window.CKEDITOR_TRANSLATIONS = {};

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

*/
declare const version = "37.0.1";
declare const version = "37.1.0";
export default version;

@@ -8,0 +8,0 @@ declare global {

@@ -10,7 +10,7 @@ /**

import CKEditorError from './ckeditorerror';
const version = '37.0.1';
const version = '37.1.0';
export default version;
/* istanbul ignore next */
/* istanbul ignore next -- @preserve */
const windowOrGlobal = typeof window === 'object' ? window : global;
/* istanbul ignore next */
/* istanbul ignore next -- @preserve */
if (windowOrGlobal.CKEDITOR_VERSION) {

@@ -17,0 +17,0 @@ /**

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