You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

config-file

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-file - npm Package Compare versions

Comparing version
0.1.7
to
0.1.8
+1
-1
bower.json
{
"name": "config-file",
"version": "0.1.7",
"version": "0.1.8",
"main": [

@@ -5,0 +5,0 @@ "index.js"

@@ -25,3 +25,2 @@ /**

// console.log('local:', local(pkg));

@@ -68,3 +67,3 @@ /**

config.load = function(filename, options) {
var opts = _.extend({}, options);
var opts = options || {};

@@ -71,0 +70,0 @@ // If no filename is specified, config.find will

{
"name": "config-file",
"version": "0.1.7",
"version": "0.1.8",
"description": "Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.",

@@ -5,0 +5,0 @@ "repository": {