Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
2
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 5.10.0 to 5.10.1

2

lib/spinner.js

@@ -9,3 +9,3 @@ 'use strict';

let supports = require('supports-color');
supports.has256 = supports.has256 || process.env.TERM.indexOf('256') !== -1;
supports.has256 = supports.has256 || (process.env.TERM || '').indexOf('256') !== -1;
return supports.has256 ? '\u001b[38;5;104m' : color.styles.colors.magenta.open;

@@ -12,0 +12,0 @@ }

{
"name": "heroku-cli-util",
"version": "5.10.0",
"version": "5.10.1",
"description": "Set of helpful CLI utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

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