Comparing version 0.5.3 to 0.5.4
@@ -21,2 +21,8 @@ var fs = require('fs') | ||
var args = [].slice.call(arguments).filter(function (arg) { return arg != null }) | ||
//path.join breaks if it's a not a string, so just skip this. | ||
for(var i in args) | ||
if('string' !== typeof args[i]) | ||
return | ||
var file = path.join.apply(null, args) | ||
@@ -23,0 +29,0 @@ var content |
{ | ||
"name": "rc", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "hardwired configuration loader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13470
202