Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
16
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.8 to 5.10.9

.nyc_output/60911.json

16

CHANGELOG.md

@@ -0,1 +1,14 @@

5.10.8 / 2016-04-20
===================
* 5.10.8
* fix tests
* update colors
added configVar color
changed colors around so app won't conflict with addon
* Revert "make changelog its own npm command"
This reverts commit 503ee73ad266ea8bec37c0967a326e7057b0fa14.
* make changelog its own npm command
* fixed changelog
5.10.7 / 2016-04-18

@@ -210,4 +223,1 @@ ===================

add styled name values to exports
* formatting
* export styledNameValues from toplevel module
* 5.7.0

@@ -18,2 +18,4 @@ 'use strict';

boundColors.release = s => chalk.blue.bold(s);
boundColors.heroku = s => {

@@ -20,0 +22,0 @@ if (!chalk.enabled) return s;

2

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

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

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

[![npm version](https://badge.fury.io/js/heroku-cli-util.svg)](http://badge.fury.io/js/heroku-cli-util)
[![Coverage Status](https://coveralls.io/repos/github/heroku/heroku-cli-util/badge.svg?branch=master)](https://coveralls.io/github/heroku/heroku-cli-util?branch=master)
[![Code Climate](https://codeclimate.com/github/heroku/heroku-cli-util/badges/gpa.svg)](https://codeclimate.com/github/heroku/heroku-cli-util)
[![Test Coverage](https://codeclimate.com/github/heroku/heroku-cli-util/badges/coverage.svg)](https://codeclimate.com/github/heroku/heroku-cli-util/coverage)

@@ -8,0 +9,0 @@ Set of helpful CLI utilities

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