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

lolcats

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lolcats

rainbows in the console

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

lolcats

rainbows!

inspired by busyloop's lolcat

usage

npm i lolcats

const lolcats = require('lolcats');

// console.log from package
lolcats.print('hello', 'this is lolcats!');
// or
lolcats.print('hello this is lolcats!');
// or
lolcats.print('hello', 'this', 'is', 'lolcats!');

// console.log yourself
console.log(lolcats.rainbow('hello', 'this is lolcats!'));
// or
console.log(lolcats.rainbow('hello this is lolcats!'));
// or
console.log(lolcats.rainbow('hello', 'this', 'is', 'lolcats!'));

example

api

  • lolcats.rainbow(...x) returns a rainbow string
  • lolcats.print(...x) console.logs a rainbow string

Keywords

terminal

FAQs

Package last updated on 30 Dec 2020

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