Socket
Socket
Sign inDemoInstall

makeconf

Package Overview
Dependencies
97
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

2

lib/load.js

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

if (util.isSchemaItem(value)) {
let defaultValue = configAsJson[key];
let defaultValue = _.get(configAsJson, key);

@@ -58,0 +58,0 @@ if (_.isNull(defaultValue)) {

{
"name": "makeconf",
"version": "1.4.1",
"version": "1.4.2",
"description": "An interactive local config generator for better team coordination.",
"main": "index.js",
"engineStrict": true,
"engine-strict": true,
"engines": {

@@ -8,0 +8,0 @@ "node": ">=4.0.0"

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