
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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 13 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.