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

heroku-cli-util

Package Overview
Dependencies
Maintainers
5
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 6.2.1 to 6.2.2

4

lib/errors.js

@@ -75,3 +75,5 @@ 'use strict'

if (!base) {
if (process.platform === 'win32' && process.env.LOCALAPPDATA) {
if (process.platform === 'darwin') {
base = path.join(os.homedir(), 'Library', 'Caches')
} else if (process.platform === 'win32' && process.env.LOCALAPPDATA) {
base = process.env.LOCALAPPDATA

@@ -78,0 +80,0 @@ } else {

{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.2.1",
"version": "6.2.2",
"author": "Jeff Dickey (@dickeyxxx)",

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

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