Comparing version 3.2.1 to 3.3.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
const Kleur = require('kleur'); | ||
const Chalk = require('chalk'); | ||
const Joi = require('joi'); | ||
@@ -105,3 +105,3 @@ | ||
const color = colorArr[i]; | ||
string = Kleur[color](string); | ||
string = Chalk[color](string); | ||
} | ||
@@ -108,0 +108,0 @@ |
{ | ||
"name": "purdy", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Pretty print objects in real purdy colors. Allows clearer visualization of objects than you get from most pretty printers due to colors. It will also print out the complete path to an object, something that's extremly useful for debugging. Purdy will also print out the path to access a variable using Hoek format making it useful on accessing values.", | ||
@@ -34,5 +34,5 @@ "main": "lib/index.js", | ||
"bossy": "^3.0.4", | ||
"joi": "^12.0.0", | ||
"kleur": "^1.0.1" | ||
"chalk": "^2.4.1", | ||
"joi": "^12.0.0" | ||
} | ||
} |
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
+ Addedchalk@^2.4.1
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedkleur@^1.0.1
- Removedkleur@1.0.2(transitive)