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

@heroku-cli/command

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/command - npm Package Compare versions

Comparing version 7.0.11 to 7.0.12

4

lib/index.d.ts

@@ -0,5 +1,7 @@

import { Command } from './command';
import * as flags from './flags';
export { Command } from './command';
export { APIClient } from './api_client';
export { vars } from './vars';
export { flags };
export { Command };
export default Command;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const command_1 = require("./command");
exports.Command = command_1.Command;
const flags = require("./flags");
exports.flags = flags;
var command_1 = require("./command");
exports.Command = command_1.Command;
var api_client_1 = require("./api_client");

@@ -11,1 +11,2 @@ exports.APIClient = api_client_1.APIClient;

exports.vars = vars_1.vars;
exports.default = command_1.Command;
{
"name": "@heroku-cli/command",
"description": "heroku specific functionality for the cli-engine",
"version": "7.0.11",
"version": "7.0.12",
"author": "Jeff Dickey @jdxcode",

@@ -9,15 +9,15 @@ "bugs": "https://github.com/heroku/cli-engine-heroku/issues",

"@cli-engine/command": "^12.0.3",
"@cli-engine/config": "^5.0.10",
"@cli-engine/config": "^5.0.11",
"cli-ux": "^2.0.21",
"heroku-client": "3.0.5",
"heroku-client": "3.0.6",
"http-call": "^4.0.6",
"netrc-parser": "^2.0.5"
"netrc-parser": "^2.0.6"
},
"devDependencies": {
"@cli-engine/util": "^1.0.9",
"@heroku-cli/tslint": "^1.0.3",
"@cli-engine/util": "^1.0.12",
"@heroku-cli/tslint": "^1.1.2",
"@types/ansi-styles": "^2.0.30",
"@types/chalk": "^2.2.0",
"@types/jest": "22.0.0",
"@types/nock": "9.1.0",
"@types/jest": "22.0.1",
"@types/nock": "9.1.1",
"@types/node": "8.5.2",

@@ -24,0 +24,0 @@ "husky": "0.14.3",

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