Socket
Socket
Sign inDemoInstall

confiq

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

config/default.js

1

lib/index.js

@@ -41,2 +41,3 @@ 'use strict';

const parentDir = _path2.default.dirname(parentModFilename);
delete require.cache[__filename];

@@ -43,0 +44,0 @@ function findRoot(dir) {

2

package.json
{
"name": "confiq",
"version": "0.0.2",
"version": "0.0.3",
"description": "Configurations for nodejs apps",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,2 +7,3 @@ import merge from 'deepmerge'

const parentDir = path.dirname(parentModFilename)
delete require.cache[__filename];

@@ -9,0 +10,0 @@ function findRoot (dir) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc