Comparing version 8.0.2 to 8.1.0
@@ -14,2 +14,4 @@ 'use strict'; | ||
const ms = require('ms'); | ||
const truthy = require('./truthy.js'); | ||
const readFile = require('./readFile'); | ||
@@ -107,2 +109,4 @@ const confPath = process.env.CONFI_PATH || path.join(cwd, 'conf'); | ||
ms, | ||
truthy, | ||
readFile, | ||
getEnv(key, fallback) { | ||
@@ -109,0 +113,0 @@ return process.env[key] || fallback; |
{ | ||
"name": "confi", | ||
"description": "a simple configuration library", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"homepage": "https://github.com/firstandthird/confi", | ||
@@ -6,0 +6,0 @@ "author": "First+Third", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
241
12090
21
12
6