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.4 to 1.0.5

8

docs/readme/.links.json

@@ -14,6 +14,6 @@ {

"my_codeclimate_coverage_badge_url": "http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-colorprint.svg?style=flat",
"my_apiguide_url": "http://okunishinishi.github.io/node-colorprint/",
"my_lib_apiguide_url": "http://okunishinishi.github.io/colorprint/apiguide/module-colorprint_lib.html",
"my_coverage_url": "http://okunishinishi.github.io/colorprint/coverage/lcov-report",
"my_coverage_report_url": "http://okunishinishi.github.io/colorprint/coverage/lcov-report/",
"my_apiguide_url": "http://okunishinishi.github.io/node-colorprint/apiguide",
"my_lib_apiguide_url": "http://okunishinishi.github.io/node-colorprint/apiguide/module-colorprint_lib.html",
"my_coverage_url": "http://okunishinishi.github.io/node-colorprint/coverage/lcov-report",
"my_coverage_report_url": "http://okunishinishi.github.io/node-colorprint/coverage/lcov-report/",
"my_gratipay_url": "https://gratipay.com/okunishinishi/",

@@ -20,0 +20,0 @@ "my_gratipay_budge_url": "http://img.shields.io/gratipay/okunishinishi.svg?style=flat",

@@ -198,6 +198,6 @@ colorprint

[my_codeclimate_coverage_badge_url]: http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-colorprint.svg?style=flat
[my_apiguide_url]: http://okunishinishi.github.io/node-colorprint/
[my_lib_apiguide_url]: http://okunishinishi.github.io/colorprint/apiguide/module-colorprint_lib.html
[my_coverage_url]: http://okunishinishi.github.io/colorprint/coverage/lcov-report
[my_coverage_report_url]: http://okunishinishi.github.io/colorprint/coverage/lcov-report/
[my_apiguide_url]: http://okunishinishi.github.io/node-colorprint/apiguide
[my_lib_apiguide_url]: http://okunishinishi.github.io/node-colorprint/apiguide/module-colorprint_lib.html
[my_coverage_url]: http://okunishinishi.github.io/node-colorprint/coverage/lcov-report
[my_coverage_report_url]: http://okunishinishi.github.io/node-colorprint/coverage/lcov-report/
[my_gratipay_url]: https://gratipay.com/okunishinishi/

@@ -204,0 +204,0 @@ [my_gratipay_budge_url]: http://img.shields.io/gratipay/okunishinishi.svg?style=flat

/**
* @overview Print ansi-colored message to stdout/stderr.
* @version 1.0.3
* @version 1.0.4
* @module colorprint

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

var colorprint = new Colorprint();
colorprint.version = '1.0.3';
colorprint.version = '1.0.4';

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

{
"name": "colorprint",
"version": "1.0.4",
"description": "Print ansi-colored message to stdout/stderr.",
"main": "lib",
"directories": {
"doc": "docs",
"test": "test"
},
"bin": {
"colorprint": "bin/colorprint"
},
"scripts": {
"unittest": "nodeunit",
"cover": "istanbul cover nodeunit",
"report": "codeclimate-test-reporter",
"apiguide": "jsdoc",
"render": "coz render"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okunishinishi/colorprint.git"
},
"keywords": [
"ansi",
"color",
"console",
"print",
"log"
],
"author": {
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/colorprint/issues"
},
"devDependencies": {
"coz": "^1.0.20",
"nodeunit": "^0.9.1",
"codeclimate-test-reporter": "0.1.0",
"ink-docstrap": "^0.4.12",
"istanbul": "^0.3.14",
"jsdoc": "^3.3.0"
},
"homepage": "https://github.com/okunishinishi/colorprint#readme",
"dependencies": {
"cli-color": "^1.0.0",
"commander": "^2.8.1",
"extend": "^3.0.0"
}
"name": "colorprint",
"version": "1.0.5",
"description": "Print ansi-colored message to stdout/stderr.",
"main": "lib",
"directories": {
"doc": "docs",
"test": "test"
},
"bin": {
"colorprint": "bin/colorprint"
},
"scripts": {
"unittest": "nodeunit",
"cover": "istanbul cover nodeunit",
"report": "codeclimate-test-reporter",
"apiguide": "jsdoc",
"render": "coz render",
"versionup": "versionup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okunishinishi/colorprint.git"
},
"keywords": [
"ansi",
"color",
"console",
"print",
"log"
],
"author": {
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/colorprint/issues"
},
"devDependencies": {
"coz": "^1.0.20",
"nodeunit": "^0.9.1",
"codeclimate-test-reporter": "0.1.0",
"ink-docstrap": "^0.4.12",
"istanbul": "^0.3.14",
"jsdoc": "^3.3.0",
"versionup": "^1.0.4"
},
"homepage": "https://github.com/okunishinishi/colorprint#readme",
"dependencies": {
"cli-color": "^1.0.0",
"commander": "^2.8.1",
"extend": "^3.0.0"
}
}

@@ -198,6 +198,6 @@ colorprint

[my_codeclimate_coverage_badge_url]: http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-colorprint.svg?style=flat
[my_apiguide_url]: http://okunishinishi.github.io/node-colorprint/
[my_lib_apiguide_url]: http://okunishinishi.github.io/colorprint/apiguide/module-colorprint_lib.html
[my_coverage_url]: http://okunishinishi.github.io/colorprint/coverage/lcov-report
[my_coverage_report_url]: http://okunishinishi.github.io/colorprint/coverage/lcov-report/
[my_apiguide_url]: http://okunishinishi.github.io/node-colorprint/apiguide
[my_lib_apiguide_url]: http://okunishinishi.github.io/node-colorprint/apiguide/module-colorprint_lib.html
[my_coverage_url]: http://okunishinishi.github.io/node-colorprint/coverage/lcov-report
[my_coverage_report_url]: http://okunishinishi.github.io/node-colorprint/coverage/lcov-report/
[my_gratipay_url]: https://gratipay.com/okunishinishi/

@@ -204,0 +204,0 @@ [my_gratipay_budge_url]: http://img.shields.io/gratipay/okunishinishi.svg?style=flat

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