Socket
Socket
Sign inDemoInstall

pixl-cli

Package Overview
Dependencies
22
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

8

cli.js
// Tools for writing command-line apps in Node.
// Copyright (c) 2016 Joseph Huckaby
// Copyright (c) 2016 - 2018 Joseph Huckaby
// Released under the MIT License

@@ -579,4 +579,4 @@

// import chalk into our module
for (var key in chalk.styles) {
if (chalk[key]) module.exports[key] = chalk[key];
}
["reset","bold","dim","italic","underline","inverse","hidden","strikethrough","black","red","green","yellow","blue","magenta","cyan","white","gray","grey","bgBlack","bgRed","bgGreen","bgYellow","bgBlue","bgMagenta","bgCyan","bgWhite"].forEach( function(key) {
module.exports[key] = chalk[key];
} );
{
"name": "pixl-cli",
"version": "1.0.8",
"version": "1.0.9",
"description": "Tools for building command-line apps for Node.js.",

@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc