🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ambiente

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ambiente - npm Package Compare versions

Comparing version

to
1.0.1

test/fixtures/app/junk-file

7

lib/config.js

@@ -51,3 +51,8 @@

var _configPath = path.join(configPath, filename);
configSet[namespace] = this._getConfigSet(_configPath);
var _stat = fs.statSync(_configPath);
if(_stat.isFile() && path.extname(filename) == '.json') {
configSet[namespace] = this._getConfig(_configPath);
} else if(_stat.isDirectory()) {
configSet[namespace] = this._getConfigSet(_configPath);
}
}

@@ -54,0 +59,0 @@ return configSet;

2

package.json
{
"name": "ambiente",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/ambiente",