
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
A node.js logger that outputs the filename and line number of where the logger is called
Logger with line numbers that can also send logs to syslog.
Example of the output:
[INFO] 2018-01-23 07:38:24.946 lib/migrations.js:25 "Migration successful"
[INFO] 2018-01-23 07:38:24.948 lib/cluster.js:59 "All initialization function successful."
[INFO] 2018-01-23 07:38:24.949 lib/cluster.js:65 "Starting workers" 3
const logger = require('logacious')()
logger.log('foo', new Error(), object)
logger.info('foo', new Error(), object)
logger.warn('foo', new Error(), object)
logger.error('foo', new Error(), object)
LOGACIOUS_SYSLOG
: set it to disable console and redirect all logs to syslog.LOGACIOUS_SYSLOG_TAG
: cf. https://github.com/phuesler/ainLOGACIOUS_SYSLOG_FACILITY
: cf. https://github.com/phuesler/ainLOGACIOUS_SYSLOG_HOSTNAME
: cf. https://github.com/phuesler/ainLOGACIOUS_SYSLOG_PORT
: cf. https://github.com/phuesler/ainFAQs
A node.js logger that outputs the filename and line number of where the logger is called
The npm package logacious receives a total of 0 weekly downloads. As such, logacious popularity was classified as not popular.
We found that logacious demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.