Socket
Socket
Sign inDemoInstall

heroku-certs

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-certs - npm Package Compare versions

Comparing version 1.1.19 to 1.1.20

4

commands/certs/update.js

@@ -60,7 +60,7 @@ 'use strict'

$ heroku _certs:update example.com.crt example.com.key
$ heroku certs:update example.com.crt example.com.key
`,
needsApp: true,
needsAuth: true,
run: cli.command(co.wrap(run))
run: cli.command({preauth: true}, co.wrap(run))
}

@@ -67,0 +67,0 @@

{
"name": "heroku-certs",
"version": "1.1.19",
"version": "1.1.20",
"description": "heroku ssl plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,6 @@ 'use strict'

process.stdout.columns = 80
process.stderr.columns = 80
let nock = require('nock')
nock.disableNetConnect()
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