lz-node-utils
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20733
475
79