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.1 to 0.1.2

4

index.js

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

var assign = require('lodash.assign');
var merge = require('lodash.merge');
var isObject = require('lodash.isobject');

@@ -73,3 +73,3 @@ var isString = require('lodash.isstring');

}).then(function (value) {
defaults = assign(value, defaults);
defaults = merge(value, defaults);
});

@@ -76,0 +76,0 @@ });

{
"name": "app-conf",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -28,3 +28,2 @@ "keywords": [],

"glob": "^4.0.5",
"lodash.assign": "^2.4.1",
"lodash.findkey": "^2.4.1",

@@ -36,2 +35,3 @@ "lodash.flatten": "^2.4.1",

"lodash.map": "^2.4.1",
"lodash.merge": "^2.4.1",
"strip-json-comments": "^1.0.1"

@@ -38,0 +38,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