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.3 to 0.1.4

18

entries.js

@@ -28,2 +28,5 @@ 'use strict';

module.exports = [
// Configuration of the current project (local to the file
// hierarchy).
{

@@ -51,2 +54,3 @@ name: 'local',

// Configuration for the current user.
{

@@ -65,2 +69,3 @@ name: 'global',

// Configuration for the whole system.
{

@@ -77,2 +82,15 @@ name: 'system',

},
// Default vendor configuration.
{
name: 'vendor',
read: function () {
// It is assumed that app-conf is in the `node_modules`
// directory of the owner package.
return Promise.map(
glob(__dirname +'/../../config.*'),
readFile
);
},
},
];

2

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