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

@hegel/cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hegel/cli - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

7

lib/config.js

@@ -37,3 +37,4 @@ "use strict";

libs: []
}
},
filepath: (0, _path.join)(CWD, CONFIG_NAME)
};

@@ -52,5 +53,3 @@ const DEFAULT_CONFIG_CONTENT = `include:

async function getConfig(workingDirectory = CWD) {
const hegelConfig = (await getMainConfigs(workingDirectory)) || {
config: {}
};
const hegelConfig = (await getMainConfigs(workingDirectory)) || DEFAULT_CONFIG;
const hegel = Object.assign(DEFAULT_CONFIG.config, hegelConfig.config);

@@ -57,0 +56,0 @@ const projectRoot = (0, _path.dirname)(hegelConfig.filepath);

{
"name": "@hegel/cli",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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