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.2 to 2.0.4

asset/images/screenshot.png

2

ci/cover.js

@@ -18,3 +18,3 @@ #!/usr/bin/env node

require.resolve('./test.js'), [], {
dir: 'docs/coverage'
dir: 'doc/coverage'
}, callback

@@ -21,0 +21,0 @@ );

@@ -16,5 +16,5 @@ #!/usr/bin/env node

function deployGhPages(callback) {
apeDeploying.deployGhPages('docs', {}, callback);
apeDeploying.deployGhPages('doc', {}, callback);
}
], true);
#!/usr/bin/env node
/**
* Generate docs.
* Generate doc.
*/

@@ -23,3 +23,3 @@

], {
destination: "docs/apiguide",
destination: "doc/apiguide",
verbose: true,

@@ -26,0 +26,0 @@ templates: {

@@ -16,4 +16,4 @@ #!/usr/bin/env node

function (callback) {
apeReporting.sendToCodeclimate('docs/coverage/lcov.info', callback);
apeReporting.sendToCodeclimate('doc/coverage/lcov.info', callback);
}
], true);

@@ -0,0 +0,0 @@ /* ========================================================

@@ -0,0 +0,0 @@ PR.registerLangHandler(PR.createSimpleLexer([

@@ -0,0 +0,0 @@ var q = null;

@@ -0,0 +0,0 @@ /*!

@@ -1,1 +0,1 @@

<img src="assets/images/screenshot.png"/>
<img src="asset/images/screenshot.png"/>
/**
* Print ansi-colored message to stdout/stderr.
* @version 2.0.2
* @version 2.0.4
* @module colorprint

@@ -5,0 +5,0 @@ * @author {@link http://okunishitaka.com|Taka Okunishi

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

@@ -5,0 +5,0 @@ "main": "lib",

@@ -38,3 +38,3 @@ colorprint

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

@@ -41,0 +41,0 @@ <!-- Overview End -->

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 too big to display

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