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

colorprint

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorprint - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/index.js
/**
* @overview Print ansi-colored message to stdout/stderr.
* @version 1.0.1
* @version 1.0.2
* @module colorprint

@@ -36,3 +36,3 @@ * @author {@link http://okunishitaka.com|Taka Okunishi}

var colorprint = new Colorprint();
colorprint.version = '1.0.1';
colorprint.version = '1.0.2';

@@ -39,0 +39,0 @@

{
"name": "colorprint",
"version": "1.0.2",
"version": "1.0.3",
"description": "Print ansi-colored message to stdout/stderr.",
"main": "index.js",
"main": "lib",
"directories": {

@@ -10,2 +10,5 @@ "doc": "docs",

},
"bin": {
"colorprint": "bin/colorprint"
},
"scripts": {

@@ -12,0 +15,0 @@ "unittest": "nodeunit",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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