🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

kleur

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kleur - npm Package Compare versions

Comparing version

to
4.0.1

index.ts

5

kleur.d.ts

@@ -50,6 +50,5 @@ // Originally by: Rogier Schouten <https://github.com/rogierschouten>

declare module 'kleur/colors' {
function print(input: string | boolean | number): string;
function print(input: undefined | void): undefined;
function print(input: null): null;
function print(input: undefined): undefined;
function print(input: string | boolean | number): string;
function print(input: void): void;
type Colorize = typeof print;

@@ -56,0 +55,0 @@

4

package.json
{
"name": "kleur",
"version": "4.0.0",
"version": "4.0.1",
"repository": "lukeed/kleur",

@@ -35,3 +35,3 @@ "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",

"engines": {
"node": ">=10"
"node": ">=6"
},

@@ -38,0 +38,0 @@ "keywords": [