Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "colorette", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js library for colorizing text using ANSI escape sequences.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ # Colorette | ||
- Automatic color support detection | ||
- Need for speed? Colorette is the [_fastest_](#benchmarks) terminal colorizer for Node.js | ||
- Need for speed? Colorette is the [fastest](#benchmark-results) terminal colorizer for Node.js | ||
@@ -127,15 +127,15 @@ ## Installation | ||
# Using Styles | ||
chalk × 8,627 ops/sec | ||
ansi-colors × 289,823 ops/sec | ||
<em>colorette × 724,394 ops/sec</em> | ||
chalk × 8,537 ops/sec | ||
ansi-colors × 163,167 ops/sec | ||
<em>colorette × 721,085 ops/sec</em> | ||
# Combining Styles | ||
chalk × 1,906 ops/sec | ||
ansi-colors × 21,747 ops/sec | ||
<em>colorette × 76,419 ops/sec</em> | ||
chalk × 27,268 ops/sec | ||
ansi-colors × 310,516 ops/sec | ||
<em>colorette × 2,043,137 ops/sec</em> | ||
# Nesting Styles | ||
chalk × 22,422 ops/sec | ||
ansi-colors × 289,973 ops/sec | ||
<em>colorette × 393,130 ops/sec</em> | ||
chalk × 22,897 ops/sec | ||
ansi-colors × 239,785 ops/sec | ||
<em>colorette × 391,617 ops/sec</em> | ||
</pre> | ||
@@ -142,0 +142,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
10795