Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.8.1 to 5.8.2

2

lib/errors.js

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

function warn (msg) {
console.error(bangify(wrap(`WARNING: ${msg}`), cli.color.yellow(arrow)));
console.error(bangify(wrap(msg), cli.color.yellow(arrow)));
}

@@ -56,0 +56,0 @@

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

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

@@ -5,3 +5,2 @@ # heroku-cli-util

[![npm version](https://badge.fury.io/js/heroku-cli-util.svg)](http://badge.fury.io/js/heroku-cli-util)
[![License](https://img.shields.io/npm/l/heroku-cli-util.svg)](./LICENSE)
[![Inline docs](http://inch-ci.org/github/heroku/heroku-cli-util.svg?branch=master)](http://inch-ci.org/github/heroku/heroku-cli-util)

@@ -8,0 +7,0 @@

@@ -15,4 +15,4 @@ 'use strict';

cli.warn('foobar');
expect(cli.color.stripColor(cli.stderr)).to.equal(' ▸ WARNING: foobar\n');
expect(cli.color.stripColor(cli.stderr)).to.equal(' ▸ foobar\n');
});
});

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