
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@samhammer/ckeditor5-dev-utils
Advanced tools
Utils for CKEditor 5 development tools packages.
More information about development tools packages can be found at the following URL: https://github.com/ckeditor/ckeditor5-dev.
Note: Not all modules exported by this package are covered in this documentation.
Logger functions with configurable verbosity.
There are three levels of verbosity:
info - all messages will be logged,warning - warning and errors will be logged,error - only errors will be logged.Usage:
const logger = require( '@ckeditor/ckeditor5-dev-utils' ).logger;
// All messages will be displayed.
const infoLog = logger( 'info' );
infoLog.info( 'Message.' );
infoLog.warning( 'Message.' );
infoLog.error( 'Message.' );
// This First message won't be displayed..
const warningLog = logger( 'warning' );
warningLog.info( 'Message.' );
warningLog.warning( 'Message.' );
warningLog.error( 'Message.' );
// Only the last message will be displayed.
const errorLog = logger( 'error' );
errorLog.info( 'Message.' );
errorLog.warning( 'Message.' );
errorLog.error( 'Message.' );
See the CHANGELOG.md file.
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.
FAQs
Utils for CKEditor 5 development tools packages.
The npm package @samhammer/ckeditor5-dev-utils receives a total of 7 weekly downloads. As such, @samhammer/ckeditor5-dev-utils popularity was classified as not popular.
We found that @samhammer/ckeditor5-dev-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.