@ckeditor/ckeditor5-document-outline
Advanced tools
Comparing version 0.0.1 to 37.1.0
{ | ||
"name": "@ckeditor/ckeditor5-document-outline", | ||
"version": "0.0.1", | ||
"version": "37.1.0", | ||
"description": "Document outline feature for CKEditor 5.", | ||
@@ -9,8 +9,31 @@ "keywords": [ | ||
"ckeditor 5", | ||
"ckeditor5-lib" | ||
"ckeditor5-feature", | ||
"ckeditor5-plugin", | ||
"ckeditor5-dll" | ||
], | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"ckeditor5": "^37.1.0", | ||
"@ckeditor/ckeditor5-ui": "^37.1.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "CKSource (http://cksource.com/)", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://ckeditor.com/ckeditor-5", | ||
"bugs": "https://github.com/ckeditor/ckeditor5/issues" | ||
"files": [ | ||
"lang", | ||
"src/**/*.js", | ||
"src/**/*.d.ts", | ||
"theme", | ||
"build", | ||
"ckeditor5-metadata.json", | ||
"CHANGELOG.md" | ||
], | ||
"scripts": { | ||
"build": "tsc -p ./tsconfig.json", | ||
"postversion": "npm run build", | ||
"dll:build": "webpack" | ||
}, | ||
"types": "src/index.d.ts", | ||
"obfuscated": true | ||
} |
CKEditor 5 document outline feature | ||
=================================== | ||
================================= | ||
This is an initial package for development purposes. It does not contain code yet. | ||
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-document-outline.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-document-outline) | ||
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-document-outline) | ||
This package contains the document outline feature for CKEditor 5. It provides two features for reflecting the structure of the document: | ||
* The document outline feature displays a navigable list of sections (headings) of the document next to the editor. | ||
* The table of contents feature inserts a widget with a list of headings (section titles) that reflects the structure of the document. | ||
This is a premium feature. Please [contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions! | ||
## Demo | ||
Check out the [demo in the Document outline](https://ckeditor.com/docs/ckeditor5/latest/features/document-outline.html#demo) feature guide. | ||
Check out the [demo in the Table of contents](https://ckeditor.com/docs/ckeditor5/latest/features/table-of-contents.html#demo) feature guide. | ||
## Documentation | ||
See the [`@ckeditor/ckeditor5-document-outline` package](https://ckeditor.com/docs/ckeditor5/latest/api/document-outline.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Document outline](https://ckeditor.com/docs/ckeditor5/latest/features/document-outline.html) and [Table of contents](https://ckeditor.com/docs/ckeditor5/latest/features/table-of-contents.html) feature guides. | ||
## Getting support | ||
The CKEditor 5 document outline feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 document outline feature with your application. | ||
As a licensed CKEditor 5 document outline feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard. | ||
## License | ||
**CKEditor 5 document outline** (https://ckeditor.com/ckeditor-5/)<br> | ||
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved. | ||
CKEditor 5 document outline feature is licensed under a commercial license and is protected by copyright law. | ||
For more details about available licensing options please contact us at sales@cksource.com. | ||
### Trademarks | ||
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
388578
115
1
80
964
0
40
3
1
+ Addedckeditor5@^37.1.0
+ Addedlodash-es@^4.17.15
+ Added@ckeditor/ckeditor5-clipboard@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-core@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-engine@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-enter@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-paragraph@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-select-all@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-typing@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-ui@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-undo@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-upload@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-utils@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@37.1.0(transitive)
+ Added@ckeditor/ckeditor5-widget@37.1.0(transitive)
+ Addedckeditor5@37.1.0(transitive)
+ Addedlodash-es@4.17.21(transitive)