
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.
@trarn/react-logger
Advanced tools
React Logger is a simple logging tool
Install @trarn/react-logger with npm
npm i @trarn/react-logger
Install @trarn/react-logger with yarn
yarn add @trarn/react-logger
// CommonJS
const { log } = require('@trarn/react-logger');
// ESM
import { log } from '@trarn/react-logger';
| Parameter | Type | Description |
|---|---|---|
info | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
debug | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
error | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
warn | method | Accepts two properties; message and data. Again, data can be an object, array, etc. |
assert | method | Accepts an assertion group and a message/object. Acts as a standard console.assert |
group | method | Starts a console group |
groupEnd | method | Ends the above mentioned "group" |
For support, email support@avernix.com or join our Discord channel Our Discord.
We will be setting up a way for people to contribute, in the mean time, fork and create a pull request. Thanks!
If you have any feedback, please reach out to us at feedback@avernix.com
Avernix Technologies is a software company dedicated to providing solutions for businesses big and small, or even hobbyists.
This project is used by the following companies:
FAQs
A logger built with react in mind
We found that @trarn/react-logger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
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.