
Research
Active Supply Chain Attack Compromises @antv Packages on npm
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.
@armit/logger
Advanced tools
Simple, pretty and powerful logger for nodejs
Initialize
import { logger } from '@armit/logger';
logger.debug('hello', 'context');
And customized adapter for nodejs
import { Logger } from '@armit/logger';
import { StdoutAdapter } from '@armit/logger-node';
const logger = new Logger({
logLevel: LogLevel.Warn,
adapter: new StdoutAdapter({
formatStrategy: new TerminalFormatStrategy(),
}),
});
logger.debug('hello', 'context');
And customized adapter for web
import { Logger } from '@armit/logger';
import { ConsoleAdapter } from '@armit/logger-node';
const logger = new Logger({
logLevel: LogLevel.Warn,
adapter: new ConsoleAdapter({
formatStrategy: new ConsoleFormatStrategy(),
}),
});
logger.debug('hello', 'context');
FAQs
Simple, pretty and powerful logger for nodejs
The npm package @armit/logger receives a total of 313 weekly downloads. As such, @armit/logger popularity was classified as not popular.
We found that @armit/logger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.