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

colorify-rxdevs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorify-rxdevs

A library to colorify your console logs. Learn coding with fun!

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Rxdevs colorify library

Click here colorify-rxdevs to see the npm package library.
Use this library and fill your console with colors.

Install using npm

$ npm i colorify-rxdevs

Usage

// import the library to your app
import { Log } from 'colorify-rxdevs';

// Examples
Log.success(`Congrats! You've successfully added colorify to your console`);

API

Log.success('');
Log.info('');
Log.error('');
Log.warn('');

Keywords

colorify logs

FAQs

Package last updated on 21 Apr 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