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.9 to 0.1.11

lib/cpyObj.js

2

CHANGELOG.md

@@ -13,1 +13,3 @@ Changelog

- v0.1.9 `util.expandSourceFiles`, first unit tests added, first release using grunt release, LICENSE
- ~~v0.1.10~~ Not published
- v0.1.11 added `util.copyObj`

@@ -9,2 +9,3 @@ module.exports = ( function() {

ucwords: require( './ucwords' ),
cpyObj: require( './cpyObj' ),
_deepExtend: require( './deepExtend' ),

@@ -11,0 +12,0 @@ expandSourceFiles: require( './expandSourceFiles' )

2

package.json
{
"name": "lz-node-utils",
"version": "0.1.9",
"version": "0.1.11",
"description": "Useful utility functions for node.",

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

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

### `util.copyObj(obj [, shallow])`
Return a copy of the passed object. Pass true as the second argument to make the copy shallow. By default, a deep copy will be performed using the `_.deepExtend` function.
### `util._deepExtend(_)`

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