Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

app-conf

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-conf - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

index.js

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

var load = function (name, defaults) {
defaults || (defaults = {});
defaults = merge({}, defaults || {});

@@ -73,8 +73,6 @@ return Promise.each(entries, function (entry) {

}).then(function (value) {
defaults = merge(value, defaults);
merge(defaults, value);
});
});
}).then(function () {
return defaults;
});
}).return(defaults);
};

@@ -81,0 +79,0 @@

{
"name": "app-conf",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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