Socket
Socket
Sign inDemoInstall

pixl-cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixl-cli - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

6

cli.js

@@ -364,5 +364,5 @@ // Tools for writing command-line apps in Node.

// expose chalk styles as global keywords
for (var key in chalk.styles) {
if (chalk[key]) global[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) {
global[key] = chalk[key];
} );
},

@@ -369,0 +369,0 @@

{
"name": "pixl-cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "Tools for building command-line apps for Node.js.",

@@ -28,9 +28,9 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>",

"pixl-tools": "^1.0.0",
"chalk": "^2.4.1",
"string-width": "^1.0.1",
"widest-line": "^1.0.0",
"repeating": "^2.0.0",
"word-wrap": "^1.1.0"
"chalk": "2.4.1",
"string-width": "2.1.1",
"widest-line": "2.0.0",
"repeating": "3.0.0",
"word-wrap": "1.2.3"
},
"devDependencies": {}
}
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