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 35.0.0 to 35.0.1

10

lib/builds/getdllpluginwebpackconfig.js

@@ -27,2 +27,3 @@ /**

* @param {String} options.manifestPath An absolute path to the CKEditor 5 DLL manifest file.
* @param {String} [options.tsconfigPath] An absolute path to the TypeScript configuration file.
* @param {Boolean} [options.isDevelopmentMode=false] Whether to build a dev mode of the package.

@@ -105,3 +106,10 @@ * @returns {Object}

test: /\.ts$/,
use: [ 'ts-loader' ]
use: [
{
loader: 'ts-loader',
options: {
configFile: options.tsconfigPath || 'tsconfig.json'
}
}
]
}

@@ -108,0 +116,0 @@ ]

4

package.json
{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "35.0.0",
"version": "35.0.1",
"description": "Utils for CKEditor 5 development tools packages.",

@@ -8,3 +8,3 @@ "keywords": [],

"dependencies": {
"@ckeditor/ckeditor5-dev-translations": "^35.0.0",
"@ckeditor/ckeditor5-dev-translations": "^35.0.1",
"chalk": "^3.0.0",

@@ -11,0 +11,0 @@ "cli-cursor": "^3.1.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