Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor-cloud-services-core

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor-cloud-services-core - npm Package Compare versions

Comparing version 15.0.0 to 16.0.0

5

CHANGELOG.md
Changelog
=========
## [16.0.0](https://github.com/ckeditor/ckeditor-cloud-services-core/compare/v15.0.0...v16.0.0) (2019-12-04)
Internal changes only (updated dependencies, documentation, etc.).
## [15.0.0](https://github.com/ckeditor/ckeditor-cloud-services-core/compare/v3.0.1...v15.0.0) (2019-10-23)
First release tracked in the changelog.

14

package.json
{
"name": "@ckeditor/ckeditor-cloud-services-core",
"version": "15.0.0",
"version": "16.0.0",
"description": "CKEditor Cloud Services Core API.",

@@ -10,3 +10,3 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-utils": "^15.0.0"
"@ckeditor/ckeditor5-utils": "^16.0.0"
},

@@ -17,3 +17,5 @@ "devDependencies": {

"husky": "^1.3.1",
"lint-staged": "^7.0.0"
"lint-staged": "^7.0.0",
"stylelint": "^11.1.1",
"stylelint-config-ckeditor5": "^1.0.0"
},

@@ -38,3 +40,4 @@ "engines": {

"scripts": {
"lint": "eslint --quiet '**/*.js'"
"lint": "eslint --quiet '**/*.js'",
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'"
},

@@ -44,2 +47,5 @@ "lint-staged": {

"eslint --quiet"
],
"**/*.css": [
"stylelint --quiet --allow-empty-input"
]

@@ -46,0 +52,0 @@ },

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