Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colorette

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorette - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

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