omit-deep-lodash
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "omit-deep-lodash", | ||
"description": "Omit object key/values recursively with lodash as only dependency.", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"homepage": "https://github.com/odynvolk/omit-deep-lodash", | ||
@@ -6,0 +6,0 @@ "author": "Alexi Rahman (https://github.com/odynvolk)", |
@@ -8,2 +8,6 @@ # omit-deep-lodash | ||
Note! All non-omitted properties that are objects lose their prototype chains and thus their true type. This implementation | ||
is thus best used for simple JSON type objects like data objects and not typed object graphs where members have objects | ||
with constructors. | ||
## Install | ||
@@ -52,2 +56,1 @@ | ||
Released under the MIT license. | ||
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
4117
55