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 3.2.1 to 3.3.0

lib/coverage/lcov-report/prettify.js

5

lib/config.js

@@ -241,3 +241,3 @@ 'use strict';

get cacheDir() {
return dir(this, 'cache', this.platform === 'darwin' ? _path2.default.join(this.home, 'Library', 'srcs') : null);
return dir(this, 'cache', this.platform === 'darwin' ? _path2.default.join(this.home, 'Library', 'Caches') : null);
},

@@ -268,2 +268,5 @@ get userConfig() {

},
get errlog() {
return _path2.default.join(this.cacheDir, 'error.log');
},
...existing,

@@ -270,0 +273,0 @@ __cache: {}

2

package.json
{
"name": "cli-engine-config",
"description": "base cli-engine config objects and interfaces",
"version": "3.2.1",
"version": "3.3.0",
"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