New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.4 to 2.1.0

8

lib/index.js
/**
* Print ansi-colored message to stdout/stderr.
* @version 2.0.4
* @version 2.1.0
* @module colorprint
* @author {@link http://okunishitaka.com|Taka Okunishi
* @see https://github.com/okunishinishi/node-colorprint#readme
* @requires {@link https://www.npmjs.org/package/cli-color|cli-color@^1.0.0
* @requires {@link https://www.npmjs.org/package/commander|commander@^2.8.1
* @requires {@link https://www.npmjs.org/package/cli-color|cli-color@^1.1.0
* @requires {@link https://www.npmjs.org/package/commander|commander@^2.9.0
* @requires {@link https://www.npmjs.org/package/extend|extend@^3.0.0

@@ -16,2 +16,3 @@ */

pkg = require('../package.json'),
cliColor = require('cli-color'),
define = require('./define'),

@@ -23,2 +24,3 @@ create = require('./create');

colorprint.define = define;
colorprint.colors = cliColor;
colorprint.Colorprint = Colorprint;

@@ -25,0 +27,0 @@ colorprint.version = pkg.version;

{
"name": "colorprint",
"version": "2.0.4",
"version": "2.1.0",
"description": "Print ansi-colored message to stdout/stderr.",

@@ -12,3 +12,3 @@ "main": "lib",

},
"repository": "okunishinishi/node-colorprint.git",
"repository": "okunishinishi/node-colorprint",
"keywords": [

@@ -31,19 +31,19 @@ "ansi",

"devDependencies": {
"ape-covering": "^1.0.8",
"ape-covering": "^1.1.0",
"ape-deploying": "^1.0.8",
"ape-releasing": "^1.0.16",
"ape-reporting": "^1.0.9",
"ape-tasking": "^1.0.7",
"ape-testing": "^1.3.2",
"ape-tmpl": "^1.3.5",
"ape-updating": "^1.0.1",
"apiguide": "^1.0.8",
"coz": "^3.0.15",
"coz-tmpl": "^1.0.4"
"ape-tasking": "^1.0.8",
"ape-testing": "^1.5.0",
"ape-tmpl": "^1.3.16",
"ape-updating": "^1.1.1",
"apiguide": "^1.0.10",
"coz": "^3.1.6",
"coz-tmpl": "^1.1.0"
},
"dependencies": {
"cli-color": "^1.0.0",
"commander": "^2.8.1",
"cli-color": "^1.1.0",
"commander": "^2.9.0",
"extend": "^3.0.0"
}
}
colorprint
==========
<!---
This file is generated by ape-tmpl. Do not update manually.
--->
<!-- Badge Start -->

@@ -12,11 +16,11 @@ <a name="badges"></a>

[bd_repo_url]: https://github.com/okunishinishi/node-colorprint.git
[bd_travis_url]: http://travis-ci.org/okunishinishi/node-colorprint.git
[bd_travis_shield_url]: http://img.shields.io/travis/okunishinishi/node-colorprint.git.svg?style=flat
[bd_license_url]: https://github.com/okunishinishi/node-colorprint.git/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/okunishinishi/node-colorprint.git
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/okunishinishi/node-colorprint.git.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-colorprint.git.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/okunishinishi/node-colorprint.git
[bd_gemnasium_shield_url]: https://gemnasium.com/okunishinishi/node-colorprint.git.svg
[bd_repo_url]: https://github.com/okunishinishi/node-colorprint
[bd_travis_url]: http://travis-ci.org/okunishinishi/node-colorprint
[bd_travis_shield_url]: http://img.shields.io/travis/okunishinishi/node-colorprint.svg?style=flat
[bd_license_url]: https://github.com/okunishinishi/node-colorprint/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/okunishinishi/node-colorprint
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/okunishinishi/node-colorprint.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-colorprint.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/okunishinishi/node-colorprint
[bd_gemnasium_shield_url]: https://gemnasium.com/okunishinishi/node-colorprint.svg
[bd_npm_url]: http://www.npmjs.org/package/colorprint

@@ -39,2 +43,3 @@ [bd_npm_shield_url]: http://img.shields.io/npm/v/colorprint.svg?style=flat

<a name="overview"></a>
<img src="asset/images/screenshot.png"/>

@@ -58,2 +63,3 @@

<!-- Section from "doc/readme/01.Installation.md.hbs" End -->

@@ -79,2 +85,3 @@

<!-- Section from "doc/readme/02-Usage.md.hbs" End -->

@@ -114,2 +121,3 @@

<!-- Section from "doc/readme/03-CLI.md.hbs" End -->

@@ -148,2 +156,3 @@

<!-- Section from "doc/readme/04-Customizing.md.hbs" End -->

@@ -160,3 +169,3 @@

-------
This software is released under the [MIT License](https://github.com/okunishinishi/node-colorprint.git/blob/master/LICENSE).
This software is released under the [MIT License](https://github.com/okunishinishi/node-colorprint/blob/master/LICENSE).

@@ -163,0 +172,0 @@ <!-- LICENSE End -->

@@ -11,2 +11,3 @@ /**

test.ok(new lib.Colorprint({}));
lib.colors.red('foo');
lib.notice('This is notice');

@@ -13,0 +14,0 @@ lib.info('This is info');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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