Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 4.0.0 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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc