New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@minecraftts/logger

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minecraftts/logger

Logger used in MinecraftTS

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

logger

A simple logger, used in MinecraftTS.

Usage

First install with npm install @minecraftts/logger then initialize the logger via

import { Logger } from "@minecraftts/logger";

new Logger();

You can then either log via methods exposed by console or via any of the Logger methods

Keywords

logger

FAQs

Package last updated on 23 Sep 2022

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