Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

heroku-cli-addons

Package Overview
Dependencies
Maintainers
7
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-addons - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

commands/addons/create.js

@@ -67,5 +67,5 @@ 'use strict'

flags: [
{name: 'name', description: 'name for the add-on resource'},
{name: 'as', description: 'name for the initial add-on attachment'},
{name: 'confirm', description: 'overwrite existing config vars or existing add-on attachments'}
{name: 'name', description: 'name for the add-on resource', hasValue: true},
{name: 'as', description: 'name for the initial add-on attachment', hasValue: true},
{name: 'confirm', description: 'overwrite existing config vars or existing add-on attachments', hasValue: true}
],

@@ -72,0 +72,0 @@ run: cli.command({preauth: true}, co.wrap(run))

{
"name": "heroku-cli-addons",
"description": "`heroku addons:*` commands",
"version": "1.1.1",
"version": "1.1.2",
"author": "Bo Jeanes @bjeanes",

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

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