Socket
Socket
Sign inDemoInstall

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.6 to 0.1.7

4

entries.js

@@ -56,3 +56,5 @@ 'use strict';

return Promise.map(paths, function (path) {
return glob(path).catch(ignoreAccessErrors);
return glob(path, {
silent: true,
}).catch(ignoreAccessErrors);
}).then(flatten).map(readFile);

@@ -59,0 +61,0 @@ }

{
"name": "app-conf",
"version": "0.1.6",
"version": "0.1.7",
"description": "",

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

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

if (!format) {
throw new Error('no compatible format found');
throw new Error('no compatible format found for '+ file);
}

@@ -96,0 +96,0 @@

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