Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
4
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.11 to 6.2.12

5

lib/got.js

@@ -136,2 +136,4 @@ 'use strict'

const errors = [
'CacheError',
'CancelError',
'HTTPError',

@@ -141,3 +143,4 @@ 'MaxRedirectsError',

'ReadError',
'RequestError'
'RequestError',
'UnsupportedProtocolError'
]

@@ -144,0 +147,0 @@

14

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

@@ -10,9 +10,9 @@ "bugs": {

"dependencies": {
"ansi-escapes": "^1.4.0",
"ansi-escapes": "^3.0.0",
"ansi-styles": "^3.2.0",
"cardinal": "^1.0.0",
"chalk": "^2.1.0",
"chalk": "^2.3.0",
"co": "^4.6.0",
"got": "^6.3.0",
"heroku-client": "^3.0.3",
"got": "^8.0.1",
"heroku-client": "^3.0.5",
"lodash.ary": "^4.1.1",

@@ -30,6 +30,6 @@ "lodash.defaults": "^4.2.0",

"lodash.result": "^4.5.2",
"netrc-parser": "^2.0.4",
"netrc-parser": "^2.0.5",
"opn": "^3.0.3",
"strip-ansi": "^4.0.0",
"supports-color": "^3.1.2",
"supports-color": "^5.1.0",
"tunnel-agent": "^0.6.0"

@@ -36,0 +36,0 @@ },

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