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.3.0 to 0.3.1

2

entries.js

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

while (dir !== prev) {
paths.push(j(dir, '/'+ name +'.*'));
paths.push(j(dir, '.' + name + '.*'));
prev = dir;

@@ -55,0 +55,0 @@ dir = resolvePath(dir, '..');

{
"name": "app-conf",
"version": "0.3.0",
"version": "0.3.1",
"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