Comparing version 1.0.11 to 1.1.1
@@ -70,3 +70,3 @@ // Copyright Teleportd | ||
config[result[1]] != result[2]) { | ||
if(!config['SILENT_CONFIG'] && result[1] !== 'SILENT_CONFIG') | ||
if(config['DEBUG']) | ||
util.debug('config(arg): ' + result[1] + '=' + config[result[1]] + ' -> ' + result[1] + '=' + result[2]); | ||
@@ -81,3 +81,3 @@ config[result[1]] = result[2]; | ||
config[i] != process.env[i]) { | ||
if(!config['SILENT_CONFIG'] && i !== 'SILENT_CONFIG') | ||
if(config['DEBUG']) | ||
util.debug('config(env): ' + i + '=' + config[i] + ' -> ' + i + '=' + process.env[i]); | ||
@@ -114,3 +114,2 @@ config[i] = process.env[i]; | ||
var base_config = { | ||
'SILENT_CONFIG': false, | ||
'DEBUG': false, | ||
@@ -117,0 +116,0 @@ 'HMAC_ALGO': 'sha512', |
{ | ||
"name": "fwk", | ||
"version": "1.0.11", | ||
"version": "1.1.1", | ||
"description": "Simple JS framework for node.js", | ||
@@ -13,7 +13,7 @@ "keywords": ["fwk", "node"], | ||
"dependencies": { | ||
"should": "0.6.x", | ||
"should": "1.2.x", | ||
"async": "0.2.x" | ||
}, | ||
"main" : "./lib/fwk", | ||
"engines" : { "node" : ">=0.4.0" } | ||
"engines" : { "node" : ">=0.8.0" } | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49457
1473
+ Addedshould@1.2.2(transitive)
- Removedshould@0.6.3(transitive)
Updatedshould@1.2.x