Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-undo

Package Overview
Dependencies
Maintainers
1
Versions
651
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-undo - npm Package Compare versions

Comparing version 38.2.0-alpha.0 to 38.2.0-alpha.1

8

package.json
{
"name": "@ckeditor/ckeditor5-undo",
"version": "38.2.0-alpha.0",
"version": "38.2.0-alpha.1",
"description": "Undo feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "38.2.0-alpha.0",
"@ckeditor/ckeditor5-engine": "38.2.0-alpha.0",
"@ckeditor/ckeditor5-ui": "38.2.0-alpha.0"
"@ckeditor/ckeditor5-core": "38.2.0-alpha.1",
"@ckeditor/ckeditor5-engine": "38.2.0-alpha.1",
"@ckeditor/ckeditor5-ui": "38.2.0-alpha.1"
},

@@ -21,0 +21,0 @@ "engines": {

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

*/
import type { Undo, UndoEditing, UndoUI, UndoCommand, RedoCommand } from './index';
import type { Undo, UndoEditing, UndoUI, UndoCommand, RedoCommand } from './index.js';
declare module '@ckeditor/ckeditor5-core' {

@@ -8,0 +8,0 @@ interface CommandsMap {

@@ -8,7 +8,7 @@ /**

*/
export { default as Undo } from './undo';
export { default as UndoEditing } from './undoediting';
export { default as UndoUI } from './undoui';
export type { default as UndoCommand } from './undocommand';
export type { default as RedoCommand } from './redocommand';
import './augmentation';
export { default as Undo } from './undo.js';
export { default as UndoEditing } from './undoediting.js';
export { default as UndoUI } from './undoui.js';
export type { default as UndoCommand } from './undocommand.js';
export type { default as RedoCommand } from './redocommand.js';
import './augmentation.js';

@@ -8,5 +8,5 @@ /**

*/
export { default as Undo } from './undo';
export { default as UndoEditing } from './undoediting';
export { default as UndoUI } from './undoui';
import './augmentation';
export { default as Undo } from './undo.js';
export { default as UndoEditing } from './undoediting.js';
export { default as UndoUI } from './undoui.js';
import './augmentation.js';

@@ -8,3 +8,3 @@ /**

*/
import BaseCommand from './basecommand';
import BaseCommand from './basecommand.js';
/**

@@ -11,0 +11,0 @@ * The redo command stores {@link module:engine/model/batch~Batch batches} that were used to undo a batch by

@@ -8,3 +8,3 @@ /**

*/
import BaseCommand from './basecommand';
import BaseCommand from './basecommand.js';
/**

@@ -11,0 +11,0 @@ * The redo command stores {@link module:engine/model/batch~Batch batches} that were used to undo a batch by

@@ -9,4 +9,4 @@ /**

import { Plugin } from '@ckeditor/ckeditor5-core';
import UndoEditing from './undoediting';
import UndoUI from './undoui';
import UndoEditing from './undoediting.js';
import UndoUI from './undoui.js';
/**

@@ -13,0 +13,0 @@ * The undo feature.

@@ -9,4 +9,4 @@ /**

import { Plugin } from '@ckeditor/ckeditor5-core';
import UndoEditing from './undoediting';
import UndoUI from './undoui';
import UndoEditing from './undoediting.js';
import UndoUI from './undoui.js';
/**

@@ -13,0 +13,0 @@ * The undo feature.

@@ -8,3 +8,3 @@ /**

*/
import BaseCommand from './basecommand';
import BaseCommand from './basecommand.js';
import type { Batch } from '@ckeditor/ckeditor5-engine';

@@ -11,0 +11,0 @@ /**

@@ -8,3 +8,3 @@ /**

*/
import BaseCommand from './basecommand';
import BaseCommand from './basecommand.js';
/**

@@ -11,0 +11,0 @@ * The undo command stores {@link module:engine/model/batch~Batch batches} applied to the

@@ -9,4 +9,4 @@ /**

import { Plugin } from '@ckeditor/ckeditor5-core';
import UndoCommand from './undocommand';
import RedoCommand from './redocommand';
import UndoCommand from './undocommand.js';
import RedoCommand from './redocommand.js';
/**

@@ -13,0 +13,0 @@ * The undo engine feature.

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