
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Logger for Hexo.
$ npm install hexo-log --save
// v3.x.x
const log = require('hexo-log')({
debug: false,
silent: false
});
log.info('Hello world');
// v4.x.x
const log = require('hexo-log').default({
debug: false,
silent: false
});
log.info('Hello world');
// v4.x.x (ES Module)
import { logger } from 'hexo-log';
const log = logger({
debug: false,
silent: false
});
log.info('Hello world');
Option | Description | Default |
---|---|---|
debug | Display debug message. | false |
silent | Don't display any message in console. | false |
MIT
FAQs
Logger for Hexo
The npm package hexo-log receives a total of 25,000 weekly downloads. As such, hexo-log popularity was classified as popular.
We found that hexo-log demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.