lz-node-utils
Advanced tools
Comparing version 0.1.9 to 0.1.11
@@ -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' ) |
{ | ||
"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 @@ |
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
28227
30
601
124