Socket
Socket
Sign inDemoInstall

heroku-certs

Package Overview
Dependencies
73
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.34 to 1.1.35

4

commands/certs/auto.js

@@ -15,2 +15,6 @@ 'use strict'

}
// Remove the following lines once we address this in cedar-acm
if (value === 'verified') {
return 'In Progress'
}
return value.split('-').map((word) => _.capitalize(word)).join(' ')

@@ -17,0 +21,0 @@ }

2

package.json
{
"name": "heroku-certs",
"description": "heroku ssl plugin",
"version": "1.1.34",
"version": "1.1.35",
"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