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 4.0.1-ts.4 to 4.0.1-ts.5

1

lib/config.d.ts

@@ -75,2 +75,3 @@ import { InputArgs, InputFlags } from 'cli-flags';

};
errlog: string;
legacyConverter?: string;

@@ -77,0 +78,0 @@ __cache: any;

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

return pjson['cli-engine'].userPlugins;
},
get errlog() {
return path.join(this.cacheDir, 'error.log');
} }, existing, { __cache: {} });

@@ -194,0 +197,0 @@ }

2

package.json
{
"name": "cli-engine-config",
"description": "base cli-engine config objects and interfaces",
"version": "4.0.1-ts.4",
"version": "4.0.1-ts.5",
"author": "Jeff Dickey @dickeyxxx",

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

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