Socket
Socket
Sign inDemoInstall

heroku-certs

Package Overview
Dependencies
75
Maintainers
44
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.41 to 1.1.42

9

commands/certs/add.js

@@ -232,2 +232,9 @@ 'use strict'

const CertTypeCompletion = {
skipCache: true,
options: (ctx) => {
return ['sni', 'endpoint']
}
}
module.exports = {

@@ -243,3 +250,3 @@ topic: 'certs',

{name: 'bypass', description: 'bypass the trust chain completion step', hasValue: false},
{name: 'type', description: "type to create, either 'sni' or 'endpoint'", hasValue: true},
{name: 'type', description: "type to create, either 'sni' or 'endpoint'", hasValue: true, completion: CertTypeCompletion},
{name: 'domains', description: 'domains to create after certificate upload', hasValue: true}

@@ -246,0 +253,0 @@ ],

2

commands/certs/remove.js

@@ -15,3 +15,3 @@ 'use strict'

yield cli.confirmApp(context.app, context.flags.confirm, `Potentially Destructive Action\nThis command will remove the endpoint ${formattedEndpoint} from ${cli.color.app(context.app)}.`)
yield cli.confirmApp(context.app, context.flags.confirm, `WARNING: Destructive Action - you cannot rollback this change\nThis command will remove the endpoint ${formattedEndpoint} from ${cli.color.app(context.app)}.`)

@@ -18,0 +18,0 @@ let actions = yield {

{
"name": "heroku-certs",
"description": "heroku ssl plugin",
"version": "1.1.41",
"version": "1.1.42",
"author": "Ransom Briggs rbriggs@heroku.com",

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

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