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

heroku-container-registry

Package Overview
Dependencies
Maintainers
47
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-container-registry - npm Package Compare versions

Comparing version 4.4.7 to 4.99.0

17

index.js

@@ -1,18 +0,3 @@

var pkg = require('./package.json')
module.exports = {
topic: {
topic: 'container',
description: 'Use containers to build and deploy Heroku apps',
name: 'container',
help: pkg.description
},
commands: [
require('./commands/rm')(pkg.topic),
require('./commands/index')(pkg),
require('./commands/login')(pkg.topic),
require('./commands/logout')(pkg.topic),
require('./commands/push')(pkg.topic),
require('./commands/run')(pkg.topic)
]
commands: []
}
{
"name": "heroku-container-registry",
"version": "4.4.7",
"topic": "container",
"description": "Use containers to build and deploy Heroku apps",
"main": "index.js",
"repository": "https://github.com/heroku/heroku-container-registry",
"scripts": {
"test": "TZ=utc nyc mocha && standard",
"depcheck": "depcheck || true"
},
"keywords": [
"heroku",
"container",
"cli",
"heroku-plugin"
],
"author": "Hunter Loftis <hunter@heroku.com>",
"license": "ISC",
"version": "4.99.0",
"author": "Heroku",
"dependencies": {
"glob": "7.1.0",
"heroku-cli-util": "6.1.17",
"inquirer": "3.0.6"
},
"devDependencies": {
"chai": "3.2.0",
"depcheck": "0.4.7",
"mocha": "2.2.4",
"mockdate": "2.0.1",
"nock": "9.0.4",
"nyc": "10.1.2",
"sinon": "2.1.0",
"standard": "8.6.0",
"unexpected": "10.25.0"
},
"standard": {
"env": "mocha"
}
"files": [
"index.js"
],
"main": "index.js",
"repository": "https://github.com/heroku/heroku-container-registry"
}

6

README.md
# Heroku Container Registry CLI plugin
Heroku Toolbelt plugin to release apps to Heroku that are built on local containers.
Heroku CLI plugin to release apps to Heroku that are built on local containers.

@@ -8,3 +8,3 @@ ## Installation

```
$ heroku plugins:install heroku-container-registry
$ heroku plugins:install @heroku-cli/plugin-container-registry
```

@@ -20,3 +20,5 @@

$ heroku container:push
$ heroku container:release web
$ heroku container:pull web
$ heroku open
```
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