Comparing version 3.0.1 to 4.0.0
@@ -26,3 +26,3 @@ // Copyright 2019 SmugMug, Inc. | ||
return val.replace(TOKEN, function (_, name) { | ||
if (process.env.hasOwnProperty(name)) { | ||
if (Object.prototype.hasOwnProperty.call(process.env, name)) { | ||
return process.env[name]; | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "flconf", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Simple, pluggable, hierarchical configs", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "nyc mocha", | ||
"lint": "eslint --cache ." | ||
@@ -29,5 +29,6 @@ }, | ||
"devDependencies": { | ||
"eslint": "^4.18.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-flickr": "^2.0.1", | ||
"mocha": "^6.1.4" | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1" | ||
}, | ||
@@ -34,0 +35,0 @@ "dependencies": { |
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
8758
4