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

heroku-cli-util

Package Overview
Dependencies
Maintainers
1
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 1.8.0 to 1.8.1

2

cli.js

@@ -5,3 +5,3 @@ var console = require('./console');

exports.run = require('./run');
exports.log = console.log;
exports.log = console.log.bind(console);
exports.formatDate = require('./date').formatDate;

@@ -8,0 +8,0 @@ exports.error = errors.error;

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

@@ -5,0 +5,0 @@ "main": "cli.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