
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
@map-colonies/js-logger
Advanced tools
Javascript and typescript logger for MapColonies based on pino.
import jsLogger from '@map-colonies/js-logger';
const logger = jsLogger();
logger.info('hello world');
logger.error({hello: 'world'});
for more detailed usage check the pino documentation.
| name | type | default value | description |
|---|---|---|---|
| enabled | boolean | true | enables logging |
| level | string | 'info' | one of the supported level or silent to disable logging |
| prettyPrint | boolean | false | pretty print for developing purposes |
| redact | array | undefined | array of paths in object to be redacted from the log |
| destination | number / string | 1 | The stream to send the log to, or file |
| base | object | {pid: process.pid, hostname: os.hostname} | Key-value object added as child logger to each log line |
FAQs
Javascript and typescript logger for MapColonies based on pino
We found that @map-colonies/js-logger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.