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.4 to 0.1.5

lib/deepExtend.js

3

lib/util.js

@@ -8,4 +8,5 @@ module.exports = ( function() {

stripYamlFront: require( './stripYamlFront' ),
ucwords: require( './ucwords' )
ucwords: require( './ucwords' ),
_deepExtend: require( './deepExtend' )
};
}() );
{
"name": "lz-node-utils",
"version": "0.1.4",
"version": "0.1.5",
"description": "Useful utility functions for node.",

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

@@ -66,2 +66,7 @@ lz-node-utils

### `util._deepExtend(_)`
Extends the passed instance of `_` with a deepExtend function, which works like extend, but does so recursively.
# Version History

@@ -73,1 +78,2 @@

- v0.1.4 - added `util.ucwords`
- v0.1.5 - added `util._deepExtend`
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