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

@ckeditor/ckeditor5-dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-dev-utils - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

lib/styles/getpostcssconfig.js

7

CHANGELOG.md
Changelog
=========
## [7.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-utils@6.0.0...@ckeditor/ckeditor5-dev-utils@7.0.0) (2017-11-30)
### Features
* Added support for multiple themes in output builds. Migrated various utilities from SASS to PostCSS. Closes [#321](https://github.com/ckeditor/ckeditor5-dev/issues/321). ([908e3af](https://github.com/ckeditor/ckeditor5-dev/commit/908e3af))
## [6.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-utils@5.0.0...@ckeditor/ckeditor5-dev-utils@6.0.0) (2017-11-30)

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

3

lib/index.js

@@ -15,3 +15,4 @@ /**

translations: require( './translations/index' ),
bundler: require( './bundler/index' )
bundler: require( './bundler/index' ),
styles: require( './styles/index' )
};
{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "6.0.0",
"version": "7.0.0",
"description": "Utils for CKEditor 5 development tools packages.",

@@ -14,2 +14,5 @@ "keywords": [],

"pofile": "^1.0.9",
"postcss-import": "^11.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nesting": "^4.2.1",
"shelljs": "^0.7.8",

@@ -16,0 +19,0 @@ "through2": "^2.0.3"

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