Comparing version 3.0.0 to 3.0.1
@@ -103,2 +103,3 @@ const { FORCE_COLOR, NODE_DISABLE_COLORS, TERM } = process.env; | ||
value: init(key), | ||
enumerable: true, | ||
writable: false | ||
@@ -105,0 +106,0 @@ }); |
@@ -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~!", |
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
0
9752
133