Socket
Socket
Sign inDemoInstall

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.3.0 to 1.4.0

8

console.js
function Console () {}
Console.prototype.log = function () {
if (this.mocking) {
this.stdout += Array.prototype.slice.call(arguments, 0).join() + '\n';
} else {
console.log.apply(this, arguments);
}
};
Console.prototype.error = function () {

@@ -12,3 +19,4 @@ if (this.mocking) {

this.stderr = '';
this.stdout = '';
};
module.exports = new Console();

2

package.json
{
"name": "heroku-cli-util",
"version": "1.3.0",
"version": "1.4.0",
"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