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.42 to 1.1.43

9

commands/certs/rollback.js

@@ -23,5 +23,8 @@ 'use strict'

let cert = yield cli.action(`Rolling back SSL certificate ${formattedEndpoint} for ${cli.color.app(context.app)}`, {}, heroku.request({
path: `/apps/${context.app}/ssl-endpoints/${encodeURIComponent(endpoint.cname)}/rollback`,
method: 'POST',
headers: {'X-Heroku-API-Version': '2', 'Accept': 'application/json'}
path: `/apps/${context.app}/ssl-endpoints/${encodeURIComponent(endpoint.cname)}`,
method: 'PATCH',
headers: {'Accept': 'application/vnd.heroku+json; version=3.ssl_cert'},
body: {
rollback: true
}
}))

@@ -28,0 +31,0 @@

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

@@ -30,2 +30,7 @@ "bugs": {

},
"files": [
"index.js",
"lib",
"commands"
],
"keywords": [

@@ -32,0 +37,0 @@ "heroku-plugin"

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