Socket
Socket
Sign inDemoInstall

heroku-releases-retry

Package Overview
Dependencies
Maintainers
203
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-releases-retry - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

commands/retry.js

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

if (!release) {
return cli.error('No release found for this app')
}
let retry = yield cli.action(`Retrying ${cli.color.green('v' + release.version)} on ${cli.color.app(context.app)}`, {success: false}, co(function * () {

@@ -18,0 +22,0 @@ let r = yield heroku.post(`/apps/${context.app}/releases`, {

2

package.json
{
"name": "heroku-releases-retry",
"version": "1.0.3",
"version": "1.0.4",
"description": "Retry failed release-phase commands",

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

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