
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
A minimal, console-only logging utility that behaves exactly like logs-gateway console logging, with optional fail-fast error throwing.
A minimal, console-only logging utility that behaves exactly like logs-gateway console logging, with optional fail-fast error throwing.
npm install micro-logs
import { Logger } from 'micro-logs';
const logger = new Logger({
packageName: 'my-service',
debugNamespace: 'api:v1' // Optional
});
logger.info('Server started');
logger.debug('Processing request'); // Suppressed by default
logger.error('Database connection failed'); // Throws by default
Logs are filtered based on a minimum threshold. Supported levels (ordered):
verbosedebuginfo (default)warnerrorConfigure via: {ENV_PREFIX}_LOG_LEVEL (e.g., LOG_LEVEL=debug).
Enable verbose and debug logs for specific namespaces without lowering the global level.
Configure via: DEBUG (e.g., DEBUG=api:*,auth).
By default, calling logger.error() will throw an Error.
Configure via: {ENV_PREFIX}_THROW_ERROR (values: true | false).
ISC
FAQs
A minimal, console-only logging utility that behaves exactly like logs-gateway console logging, with optional fail-fast error throwing.
We found that micro-logs demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.