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

wild-config

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wild-config - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -10,3 +10,3 @@ /* eslint no-console: 0, global-require: 0 */

const deepExtend = require('deep-extend');
const configDirectory = path.join(process.cwd(), 'config');
const configDirectory = process.env.NODE_CONFIG_DIR || path.join(process.cwd(), 'config');
const events = new EventEmitter();

@@ -13,0 +13,0 @@ const vm = require('vm');

{
"name": "wild-config",
"version": "1.2.1",
"version": "1.2.2",
"description": "Configuration management module",

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

@@ -21,2 +21,4 @@ # wild-config

> If you want to use a different configuration directory than './config' for default configuration files, then set it with the `NODE_CONFIG_DIR` environment variable
### Command line arguments

@@ -23,0 +25,0 @@

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