Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-certs-v5

Package Overview
Dependencies
127
Maintainers
51
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.11.1 to 8.11.2

2

oclif.manifest.json
{
"version": "8.11.1",
"version": "8.11.2",
"commands": {

@@ -4,0 +4,0 @@ "certs:add": {

{
"name": "@heroku-cli/plugin-certs-v5",
"description": "heroku ssl plugin",
"version": "8.11.1",
"version": "8.11.2",
"author": "Ransom Briggs rbriggs@heroku.com",

@@ -22,3 +22,3 @@ "bugs": "https://github.com/heroku/cli/issues",

"heroku-cli-util": "^8.0.11",
"inquirer": "^6.2.2",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",

@@ -32,3 +32,3 @@ "psl": "^1.1.29"

"lolex": "^3.1.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^10.0.6",

@@ -60,3 +60,3 @@ "nyc": "^15.1.0",

"recursive": true,
"timeout": 180000
"timeout": 360000
},

@@ -71,3 +71,3 @@ "repository": "heroku/cli",

},
"gitHead": "6dbf5e0a421ba8054207b1e2737a4ded94a463a4"
"gitHead": "6a1a73061e46a733f04414e0e6028824aa30318f"
}

@@ -38,3 +38,3 @@ heroku-certs

_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/index.js)_
_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/index.js)_

@@ -64,3 +64,3 @@ ## `heroku certs:add CRT KEY`

_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/add.js)_
_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/add.js)_

@@ -84,3 +84,3 @@ ## `heroku certs:auto`

_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/auto/index.js)_
_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/auto/index.js)_

@@ -103,3 +103,3 @@ ## `heroku certs:auto:disable`

_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/auto/disable.js)_

@@ -123,3 +123,3 @@ ## `heroku certs:auto:enable`

_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/auto/enable.js)_

@@ -142,3 +142,3 @@ ## `heroku certs:auto:refresh`

_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/auto/refresh.js)_

@@ -161,3 +161,3 @@ ## `heroku certs:chain`

_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/chain.js)_
_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/chain.js)_

@@ -196,3 +196,3 @@ ## `heroku certs:generate DOMAIN`

_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/generate.js)_
_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/generate.js)_

@@ -218,3 +218,3 @@ ## `heroku certs:info`

_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/info.js)_
_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/info.js)_

@@ -242,3 +242,3 @@ ## `heroku certs:key`

_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/key.js)_
_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/key.js)_

@@ -263,3 +263,3 @@ ## `heroku certs:remove`

_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/remove.js)_
_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/remove.js)_

@@ -291,3 +291,3 @@ ## `heroku certs:update CRT KEY`

_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.11.1/packages/certs-v5/commands/certs/update.js)_
_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.11.2/packages/certs-v5/commands/certs/update.js)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc