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

confi

Package Overview
Dependencies
Maintainers
1
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 0.0.1 to 0.0.2

4

lib/confi.js

@@ -7,3 +7,3 @@ var fs = require('fs');

var defaults = {
configDirectory: 'conf',
configDirectory: process.env.CONFI_PATH || 'conf',
env: process.env.NODE_ENV || 'dev'

@@ -17,3 +17,3 @@ };

return JSON.parse(conf);
}
}
return {};

@@ -20,0 +20,0 @@ };

{
"name": "confi",
"description": "a simple configuration library",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/jgallen23/confi",

@@ -6,0 +6,0 @@ "author": "Greg Allen <@jgaui> (http://jga.me)",

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