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 2.4.2 to 2.4.3

lib/translations/cleanpofilecontent.js

3

lib/translations/index.js

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

findOriginalStrings: require( './findoriginalstrings' ),
parsePoFileContent: require( './parsepofilecontent' )
createDicitionaryFromPoFileContent: require( './createdictionaryfrompofilecontent' ),
cleanPoFileContent: require( './cleanpofilecontent' )
};

@@ -10,3 +10,3 @@ /**

const fs = require( 'fs' );
const parsePoFileContent = require( './parsepofilecontent' );
const createDicitionaryFromPoFileContent = require( './createdictionaryfrompofilecontent' );
const acorn = require( 'acorn' );

@@ -100,3 +100,3 @@ const walk = require( 'acorn/dist/walk' );

const poFileContent = fs.readFileSync( pathToPoFile, 'utf-8' );
const parsedTranslationFile = parsePoFileContent( poFileContent );
const parsedTranslationFile = createDicitionaryFromPoFileContent( poFileContent );

@@ -103,0 +103,0 @@ for ( const translationKey in parsedTranslationFile ) {

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

@@ -12,4 +12,4 @@ "keywords": [],

"fs-extra": "^0.30.0",
"gettext-parser": "^1.2.2",
"gulp-util": "^3.0.7",
"pofile": "^1.0.5",
"shelljs": "^0.7.4",

@@ -16,0 +16,0 @@ "through2": "^2.0.1"

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