Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Extensible JavaScript logger utility loosely based on log4j that runs client-side and server-side.
Woodman is a JavaScript logger utility for Web applications and Node.js applications. Woodman is roughly as simple to use as the console
, only much more powerful. Woodman lets you take precise control over what gets logged where and how... and knows how to disappear from production code if needed.
// Using Woodman // Using the console
woodman.load('console');
var logger = woodman.getLogger('myapp');
logger.log('Hello Woodman'); console.log('Hello Woodman');
logger.warn('This is a warning'); console.warn('This is a warning');
logger.error('This is an error'); console.error('This is an error');
Woodman features:
console
object (log
, info
, warn
, error
). Through configuration, messages may be filtered based on their level.console
, a log file or a remote server using Web sockets. New appenders can easily be created.console.log
in your production code! See Precompilation for details.Wherever applicable, Woodman follows the architecture, terminology and API of the Apache Log4j 2 project.
To get started with Woodman, check the documentation Web site.
The Woodman library is licensed under the MIT license. Copyright (c) 2013 Joshfire. All rights reserved.
See the license section for details.
FAQs
Extensible JavaScript logger utility loosely based on log4j that runs client-side and server-side.
We found that woodman 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.