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

chroma-palette

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chroma-palette - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

types/index.d.ts

4

index.js
/**
* A module that creates a tool for implementing color and formatting in strings.
* A module that creates a tool for implementing color and formatting for the terminal.
* @module chroma-palette

@@ -308,3 +308,3 @@ */

/**
* @type {typeof Chroma}
* @type {Chroma}
*/

@@ -311,0 +311,0 @@ let chroma = new Chroma();

{
"name": "chroma-palette",
"version": "1.1.1",
"version": "1.1.2",
"description": "A light-weight utility for coloring your terminal. 0 dependencies. Default is a preselected color output from the 256 color palette, chosen to enhance legibility.",

@@ -27,5 +27,7 @@ "author": "Cal Young",

"index.js",
"types/index.d.ts",
"examples/paint256.js",
"examples/test.js"
],
"types": "types/index.d.ts",
"devDependencies": {

@@ -32,0 +34,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