Socket
Socket
Sign inDemoInstall

colors

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colors - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/extendStringPrototype.js

@@ -89,3 +89,3 @@ var colors = require('./colors');

for (var t = 0; t < theme[prop].length; t++) {
ret = exports[theme[prop][t]](ret);
ret = colors[theme[prop][t]](ret);
}

@@ -92,0 +92,0 @@ return ret;

{
"name": "colors",
"description": "get colors in your node.js console",
"version": "1.1.0",
"version": "1.1.1",
"author": "Marak Squires",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/Marak/colors.js",

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