Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@newsteam/legacy-cli-logger

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newsteam/legacy-cli-logger

This package provides a logger for command line interfaces

latest
Source
npmnpm
Version
0.0.16
Version published
Maintainers
4
Created
Source

@newsteam/legacy-cli-logger

License npm package npm downloads Dependencies DevDependencies

This package provides a logger for command line interfaces.

Install

$ npm install @newsteam/legacy-cli-logger

Simple usage

import { logger } from "@newsteam/legacy-cli-logger";

logger.log(label, message);

Customized usage

import { Logger } from "@newsteam/legacy-cli-logger";

const logger = new Logger();

logger.log(label, message);

Maintenance

You can run tests with npm test.

Keywords

newsteam

FAQs

Package last updated on 09 Nov 2023

Did you know?

Socket

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.

Install

Related posts