New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-typing

Package Overview
Dependencies
Maintainers
1
Versions
904
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-typing - npm Package Compare versions

Comparing version

to
43.1.0-alpha.0

1

dist/index.d.ts

@@ -18,2 +18,3 @@ /**

export { default as TextTransformation } from './texttransformation.js';
export type { TextTransformationConfig } from './typingconfig.js';
export { default as inlineHighlight } from './utils/inlinehighlight.js';

@@ -20,0 +21,0 @@ export { default as findAttributeRange, findAttributeRangeBound } from './utils/findattributerange.js';

8

package.json
{
"name": "@ckeditor/ckeditor5-typing",
"version": "43.0.0",
"version": "43.1.0-alpha.0",
"description": "Typing feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "43.0.0",
"@ckeditor/ckeditor5-engine": "43.0.0",
"@ckeditor/ckeditor5-utils": "43.0.0",
"@ckeditor/ckeditor5-core": "43.1.0-alpha.0",
"@ckeditor/ckeditor5-engine": "43.1.0-alpha.0",
"@ckeditor/ckeditor5-utils": "43.1.0-alpha.0",
"lodash-es": "4.17.21"

@@ -21,0 +21,0 @@ },

@@ -14,2 +14,3 @@ /**

export { default as TextTransformation } from './texttransformation.js';
export type { TextTransformationConfig } from './typingconfig.js';
export { default as inlineHighlight } from './utils/inlinehighlight.js';

@@ -16,0 +17,0 @@ export { default as findAttributeRange, findAttributeRangeBound } from './utils/findattributerange.js';