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.3.2 to 0.3.3

7

entries.js

@@ -69,6 +69,11 @@ 'use strict';

read: function (opts) {
var configDir = xdgBasedir.config;
if (!configDir) {
return Bluebird.resolve([]);
}
var name = opts.name;
return Bluebird.map(
glob(j(xdgBasedir.config, name, 'config.*')),
glob(j(configDir, name, 'config.*')),
readFile

@@ -75,0 +80,0 @@ );

2

package.json
{
"name": "app-conf",
"version": "0.3.2",
"version": "0.3.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