
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
loggeraas-node-wrapper
Advanced tools
This package allows you to easy configure and consume a logger-aas api
This package provides makes easy to consume a logger-aas api.
Easy to install from npm repository:
npm install loggeraas-node-wrapper --save
Then import the package in your code, configure it with an logger-aas service and start logging your stuff.
// Require the package:
const loggerAasNodeWrapper = require('loggeraas-node-wrapper')
// Instantiate your logger and configure it:
const myShinyLogger = loggerAasNodeWrapper({
host: 'logger.assa.services',
path: '/api/v1/logs',
method: 'POST',
hash: 'loggeraas-node-wrapper-examples',
enabled: true,
verbose: true
})
// Start logging:
myShinyLogger.log('This is my first log')
myShinyLogger.log({ text: 'This is my second log', customKey: 'whatever' })
FAQs
This package allows you to easy configure and consume a logger-aas api
We found that loggeraas-node-wrapper demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.