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

cli-engine-config

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-config - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

19

lib/config.js

@@ -31,7 +31,9 @@ 'use strict';

node: '8.0.0',
defaultCommand: 'dashboard',
hooks: {
'prerun': './lib/hooks/prerun.js',
init: './lib/hooks/init.js',
update: './lib/hooks/update.js',
prerun: './lib/hooks/prerun.js',
'plugins:preinstall': './lib/hooks/plugins/preinstall.js'
},
defaultCommand: 'dashboard',
s3: { host: 'host' },

@@ -117,9 +119,8 @@ plugins: ['heroku-pg', 'heroku-redis']

const { validate } = require('jest-validate');
validate(cli, {
comment: `cli-engine-config@${version}`,
exampleConfig: exampleCLI,
title: {
warning: 'cli-engine validation warning',
error: 'cli-engine validation error'
}
const comment = `cli-engine-config@${version}`;
const title = {
warning: 'invalid CLI package.json',
error: 'invalid CLI package.json' };
validate(cli, { comment, title, exampleConfig: exampleCLI });['s3', 'hooks'].map(attr => {
validate(cli[attr], { comment, title, exampleConfig: exampleCLI[attr] });
});

@@ -126,0 +127,0 @@ }

{
"name": "cli-engine-config",
"description": "base cli-engine config objects and interfaces",
"version": "1.5.1",
"version": "1.5.2",
"author": "Jeff Dickey @dickeyxxx",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-config/issues",

Sorry, the diff of this file is not supported yet

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