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 0.6.1 to 0.6.2

13

colors.js

@@ -51,16 +51,5 @@ /*

};
if (Object.defineProperty) {
Object.defineProperty(String.prototype, color, {
get : func,
configurable: true,
enumerable: false
});
} else {
String.prototype.__defineGetter__(color, func);
}
String.prototype.__defineGetter__(color, func);
};
function stylize(str, style) {

@@ -67,0 +56,0 @@

2

package.json
{
"name": "colors",
"description": "get colors in your node.js console like what",
"version": "0.6.1",
"version": "0.6.2",
"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