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.2.0 to 9.0.0

4

lib/confi.js

@@ -16,3 +16,3 @@ 'use strict';

const readFile = require('./readFile');
const promisify = require('util').promisify;
const confPath = process.env.CONFI_PATH || path.join(cwd, 'conf');

@@ -144,2 +144,2 @@ const defaults = {

load.reset = function() {};
module.exports = load;
module.exports = promisify(load);
{
"name": "confi",
"description": "a simple configuration library",
"version": "8.2.0",
"version": "9.0.0",
"homepage": "https://github.com/firstandthird/confi",

@@ -6,0 +6,0 @@ "author": "First+Third",

Sorry, the diff of this file is not supported yet

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