Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-source-editing

Package Overview
Dependencies
Maintainers
1
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-source-editing - npm Package Compare versions

Comparing version 38.2.0-alpha.1 to 39.0.0

build/translations/ug.js

7

package.json
{
"name": "@ckeditor/ckeditor5-source-editing",
"version": "38.2.0-alpha.1",
"version": "39.0.0",
"description": "Source editing feature for CKEditor 5.",

@@ -14,6 +14,5 @@ "keywords": [

"main": "src/index.js",
"type": "module",
"dependencies": {
"@ckeditor/ckeditor5-theme-lark": "38.2.0-alpha.1",
"ckeditor5": "38.2.0-alpha.1"
"@ckeditor/ckeditor5-theme-lark": "39.0.0",
"ckeditor5": "39.0.0"
},

@@ -20,0 +19,0 @@ "engines": {

@@ -7,3 +7,2 @@ CKEditor 5 source editing feature

[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-source-editing)

@@ -10,0 +9,0 @@ This package implements the source editing support for CKEditor 5 that allows you to view and edit the source of the document.

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

*/
import type { SourceEditing } from './index.js';
import type { SourceEditing } from './index';
declare module '@ckeditor/ckeditor5-core' {

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

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

*/
export { default as SourceEditing } from './sourceediting.js';
import './augmentation.js';
export { default as SourceEditing } from './sourceediting';
import './augmentation';

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

*/
export { default as SourceEditing } from './sourceediting.js';
import './augmentation.js';
export { default as SourceEditing } from './sourceediting';
import './augmentation';

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

*/
import { type Editor, Plugin, PendingActions } from 'ckeditor5/src/core.js';
import { type Editor, Plugin, PendingActions } from 'ckeditor5/src/core';
import '../theme/sourceediting.css';

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

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

/* global console */
import { Plugin, PendingActions } from 'ckeditor5/src/core.js';
import { ButtonView } from 'ckeditor5/src/ui.js';
import { createElement, ElementReplacer } from 'ckeditor5/src/utils.js';
import { formatHtml } from './utils/formathtml.js';
import { Plugin, PendingActions } from 'ckeditor5/src/core';
import { ButtonView } from 'ckeditor5/src/ui';
import { createElement, ElementReplacer } from 'ckeditor5/src/utils';
import { formatHtml } from './utils/formathtml';
import '../theme/sourceediting.css';

@@ -15,0 +15,0 @@ import sourceEditingIcon from '../theme/icons/source-editing.svg';

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