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 5.0.0 to 6.0.0

lib/translations/multiplelanguagetranslationservice.js

7

CHANGELOG.md
Changelog
=========
## [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)
### Features
* `TranslationService` v2. Closes [ckeditor/ckeditor5#666](https://github.com/ckeditor/ckeditor5/issues/666). Closes [ckeditor/ckeditor5#624](https://github.com/ckeditor/ckeditor5/issues/624). ([ee2a1d2](https://github.com/ckeditor/ckeditor5-dev/commit/ee2a1d2))
## [5.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-utils@4.0.2...@ckeditor/ckeditor5-dev-utils@5.0.0) (2017-11-13)

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

3

lib/translations/index.js

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

module.exports = {
TranslationService: require( './translationservice' ),
MultipleLanguageTranslationService: require( './multiplelanguagetranslationservice' ),
SingleLanguageTranslationService: require( './singlelanguagetranslationservice' ),
findOriginalStrings: require( './findoriginalstrings' ),

@@ -12,0 +13,0 @@ createDictionaryFromPoFileContent: require( './createdictionaryfrompofilecontent' ),

{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "5.0.0",
"version": "6.0.0",
"description": "Utils for CKEditor 5 development tools packages.",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -8,5 +8,4 @@ /**

const chai = require( 'chai' );
const { expect } = require( 'chai' );
const sinon = require( 'sinon' );
const expect = chai.expect;
const proxyquire = require( 'proxyquire' );

@@ -13,0 +12,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