New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

confi

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confi - npm Package Compare versions

Comparing version 8.0.2 to 8.1.0

lib/readFile.js

4

lib/confi.js

@@ -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;

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc