Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-core

Package Overview
Dependencies
Maintainers
1
Versions
705
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-core - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

lang/translations/da.po

7

CHANGELOG.md
Changelog
=========
## [0.8.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.0...v0.8.1) (2017-05-07)
### Other changes
* Updated translations. ([993596a](https://github.com/ckeditor/ckeditor5-core/commit/993596a))
## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (2017-04-05)

@@ -5,0 +12,0 @@

8

package.json
{
"name": "@ckeditor/ckeditor5-core",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"keywords": [],
"dependencies": {
"@ckeditor/ckeditor5-engine": "^0.9.0",
"@ckeditor/ckeditor5-utils": "^0.9.0"
"@ckeditor/ckeditor5-engine": "^0.10.0",
"@ckeditor/ckeditor5-utils": "^0.9.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-lint": "^2.0.2",
"@ckeditor/ckeditor5-ui": "^0.8.0",
"@ckeditor/ckeditor5-ui": "^0.9.0",
"gulp": "^3.9.0",

@@ -14,0 +14,0 @@ "guppy-pre-commit": "^0.4.0"

@@ -65,4 +65,6 @@ /**

*
* The name should reflect the package name + path to that module. E.g. `ckeditor5-image/src/image.js` plugin
* should be named `image/image` (the `ckeditor5-` prefix is stripped during compilation).
* The name should reflect the package name + the plugin module name. E.g. `ckeditor5-image/src/image.js` plugin
* should be named `image/image` (the `ckeditor5-` prefix is stripped during compilation). If plugin is kept
* deeper in the directory structure, it's recommended to only use the module file name, not the whole path.
* So, e.g. a plugin defined in `ckeditor5-ui/src/notification/notification.js` file may be named `ui/notification`.
*

@@ -69,0 +71,0 @@ * To keep a plugin class definition tight it's recommended to define this property as a static getter:

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