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 3.0.0 to 3.0.1

1

index.js

@@ -103,2 +103,3 @@ const { FORCE_COLOR, NODE_DISABLE_COLORS, TERM } = process.env;

value: init(key),
enumerable: true,
writable: false

@@ -105,0 +106,0 @@ });

11

kleur.d.ts

@@ -43,10 +43,3 @@ // Originally by: Rogier Schouten <https://github.com/rogierschouten>

declare let kleur: Kleur;
export default kleur;
/**
* Note: ES6 imports are immutable
* Therefore `kleur.enabled` can only be changed via
* import kleur = require('kleur');
*/
export let enabled: boolean;
declare let kleur: Kleur & { enabled: boolean };
export = kleur;
{
"name": "kleur",
"version": "3.0.0",
"version": "3.0.1",
"repository": "lukeed/kleur",

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

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