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

colortest

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colortest - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

2

package.json

@@ -8,3 +8,3 @@ {

"description": "Quickly show all your terminal colors",
"version": "3.0.6",
"version": "3.0.7",
"author": "Pablo Varela <pablovarela182@gmail.com>",

@@ -11,0 +11,0 @@ "bugs": {

@@ -15,13 +15,51 @@ # colortest

You need to have `bash` and `npm` installed.
<details>
<summary>`dnf`</summary>
> Since v3.0.5, `colortest` conforms to Fedora packaging standards
If you're using Fedora or any other distribution with the `dnf` package manager:
```bash
$ sudo dnf install colortest
```
And use it:
```bash
$ colortest
```
❌ To uninstall it:
```
$ sudo dnf remove colortest
```
</details>
<details>
<summary>`npm`</summary>
If you have npm installed, you can either install it globally or use it directly with `npx`:
```bash
$ npx colortest
```
</details>
<details>
<summary>Manually</summary>
Alternatively, you can download and run [the script](https://raw.githubusercontent.com/pablopunk/colortest/master/colortest) from your bash prompt.
</details>
## Output
![shot](https://github.com/pablopunk/art/raw/master/colortest/screenshot.png)
You could also do it without `npm`. Just download [the script](https://github.com/pablopunk/colortest/blob/master/colortest) and execute it.
# Related

@@ -28,0 +66,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