New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-engine-heroku

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-heroku - npm Package Compare versions

Comparing version

to
7.0.1

1

lib/completions.d.ts
import { flags } from 'cli-engine-command';
import { Config } from 'cli-engine-config';
export { AppCompletion, RemoteCompletion } from './flags/app';
export declare const oneDay: number;

@@ -4,0 +5,0 @@ export declare const _herokuGet: (resource: string, ctx: {

@@ -5,2 +5,5 @@ "use strict";

const path = require("path");
var app_1 = require("./flags/app");
exports.AppCompletion = app_1.AppCompletion;
exports.RemoteCompletion = app_1.RemoteCompletion;
exports.oneDay = 60 * 60 * 24;

@@ -7,0 +10,0 @@ exports._herokuGet = async function (resource, ctx) {

6

package.json
{
"name": "cli-engine-heroku",
"description": "heroku specific functionality for the cli-engine",
"version": "7.0.0",
"version": "7.0.1",
"author": "Jeff Dickey @jdxcode",

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

"devDependencies": {
"@types/fs-extra": "5.0.0",
"@types/jest": "21.1.8",
"@types/nock": "9.1.0",
"@types/node": "8.5.1",
"cli-engine-command": "11.0.1",
"cli-engine-command": "11.0.2",
"cli-engine-config": "5.0.2",
"cli-flags": "2.0.1",
"del-cli": "1.1.0",
"fs-extra": "5.0.0",
"husky": "0.14.3",

@@ -25,0 +23,0 @@ "jest": "^22.0.3",