Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lz-node-utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lz-node-utils - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

3

lib/loadAppSettings.js

@@ -16,2 +16,3 @@ /**

var _ = require( 'underscore' );
require( './deepExtend' )( _ );
var fs = require( 'fs' );

@@ -28,3 +29,3 @@ var pth = require( './pth' );

var userSettings = req( userSettingsFile, true );
appSettings = _.extend( {}, appSettings, userSettings );
appSettings = _.deepExtend( {}, appSettings, userSettings );
}

@@ -31,0 +32,0 @@

{
"name": "lz-node-utils",
"version": "0.1.5",
"version": "0.1.6",
"description": "Useful utility functions for node.",

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

@@ -78,1 +78,2 @@ lz-node-utils

- v0.1.5 - added `util._deepExtend`
- v0.1.6 - `util.loadAppSettings` now behaves as expected with nested objects
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