New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@heroku-cli/plugin-apps

Package Overview
Dependencies
Maintainers
27
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/plugin-apps - npm Package Compare versions

Comparing version
8.1.7
to
8.1.8
+1
-1
lib/commands/domains/index.js

@@ -73,3 +73,3 @@ "use strict";

=== example Heroku Domain
example.herokuapp.com
example-xxxxxxxxxxxx.herokuapp.com

@@ -76,0 +76,0 @@ === example Custom Domains

{
"version": "8.1.7",
"version": "8.1.8",
"commands": {

@@ -111,3 +111,3 @@ "domains:add": {

"examples": [
"$ heroku domains\n=== example Heroku Domain\nexample.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\nwww.example.com CNAME www.example.herokudns.com\n",
"$ heroku domains\n=== example Heroku Domain\nexample-xxxxxxxxxxxx.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\nwww.example.com CNAME www.example.herokudns.com\n",
"$ heroku domains --filter 'Domain Name=www.example.com'"

@@ -114,0 +114,0 @@ ],

{
"name": "@heroku-cli/plugin-apps",
"version": "8.1.7",
"version": "8.1.8",
"author": "Brett @brettgoulder",

@@ -66,3 +66,3 @@ "bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues",

},
"gitHead": "9f57985f8ca449be70ae60fc743641b8c49937dc"
"gitHead": "70bfdbb8948ff80f0d969b21181421645552d1d0"
}

@@ -21,3 +21,3 @@ heroku-cli-plugin-apps

$ heroku (--version|-v)
@heroku-cli/plugin-apps/8.1.7 darwin-x64 node-v16.19.0
@heroku-cli/plugin-apps/8.1.8 darwin-x64 node-v16.19.0
$ heroku --help [COMMAND]

@@ -76,3 +76,3 @@ USAGE

_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/index.ts)_

@@ -102,3 +102,3 @@ ## `heroku domains:add HOSTNAME`

_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/add.ts)_

@@ -125,3 +125,3 @@ ## `heroku domains:clear`

_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/clear.ts)_
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/clear.ts)_

@@ -148,3 +148,3 @@ ## `heroku domains:info HOSTNAME`

_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/info.ts)_

@@ -171,3 +171,3 @@ ## `heroku domains:remove HOSTNAME`

_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/remove.ts)_

@@ -195,3 +195,3 @@ ## `heroku domains:update [HOSTNAME]`

_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/update.ts)_
_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/update.ts)_

@@ -215,3 +215,3 @@ ## `heroku domains:wait [HOSTNAME]`

_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.7/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.8/src/commands/domains/wait.ts)_
<!-- commandsstop -->