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

config

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

5

History.md

@@ -0,1 +1,6 @@

3.2.2 / 2019-07-20
==================
* Fixed delimiter bug in configDirs to match O/S delimiter - @iMoses
3.2.1 / 2019-07-18

@@ -2,0 +7,0 @@ ==================

2

lib/config.js

@@ -669,3 +669,3 @@ // config.js (c) 2010-2015 Loren West and other contributors

util.locateMatchingFiles = function(configDirs, allowedFiles) {
return configDirs.split(':')
return configDirs.split(Path.delimiter)
.reduce(function(files, configDir) {

@@ -672,0 +672,0 @@ if (configDir) {

{
"name": "config",
"version": "3.2.1",
"version": "3.2.2",
"main": "./lib/config.js",

@@ -5,0 +5,0 @@ "description": "Configuration control for production node deployments",

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