Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@webpack-bundle-analyzer/logger
Advanced tools
Logger class used by webpack-bundle-analyzer
npm install --save @webpack-bundle-analyzer/logger
const Logger = require('@webpack-bundle-analyzer/logger');
// Possible logging levels are 'info', 'warn', 'error' and 'silent'.
const logger = new Logger('info');
logger.info('Informative message');
logger.warn('Warning, something is not right!');
logger.error('An error happened!');
new Logger(level: LogLevel);
Name | Type | Description |
---|---|---|
level | One of: info , warn , error , silent | The logging level to use. info displays all log messages, warn displays only .warn and .error logs, error displays only .error logs and silent displays none. |
Yuriy Grunin |
Vesa Laakso |
FAQs
Logger class used by webpack-bundle-analyzer
The npm package @webpack-bundle-analyzer/logger receives a total of 0 weekly downloads. As such, @webpack-bundle-analyzer/logger popularity was classified as not popular.
We found that @webpack-bundle-analyzer/logger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.