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.2.13 to 1.2.14

4

commands/addons/create.js

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

let {app, flags, args} = context
if (args.length === 0) {
throw new Error('Usage: heroku addons:create SERVICE:PLAN')
}
let {name, as} = flags

@@ -39,0 +43,0 @@ let config = parseConfig(args.slice(1))

2

package.json
{
"name": "heroku-cli-addons",
"description": "`heroku addons:*` commands",
"version": "1.2.13",
"version": "1.2.14",
"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