Comparing version 4.0.0 to 4.0.1
@@ -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 @@ |
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9
0
18363
351