Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
4
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-util - npm Package Compare versions

Comparing version 6.2.9 to 6.2.10

11

lib/color.js

@@ -34,2 +34,11 @@ 'use strict'

module.exports = Object.assign(chalk, colors)
let c = Object.assign(chalk, colors)
const dim = c.dim
Object.defineProperty(c, 'dim', {
get: () => {
if (process.platform === 'win32' || process.platform === 'windows') return c.gray
return dim
}
})
module.exports = c

2

package.json
{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.2.9",
"version": "6.2.10",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -6,0 +6,0 @@ "bugs": {

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