object-delete-key
Advanced tools
Comparing version 1.8.13 to 1.8.14
/** | ||
* object-delete-key | ||
* Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards. | ||
* Version: 1.8.13 | ||
* Version: 1.8.14 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* object-delete-key | ||
* Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards. | ||
* Version: 1.8.13 | ||
* Version: 1.8.14 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* object-delete-key | ||
* Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards. | ||
* Version: 1.8.13 | ||
* Version: 1.8.14 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "object-delete-key", | ||
"version": "1.8.13", | ||
"version": "1.8.14", | ||
"description": "Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards.", | ||
@@ -171,7 +171,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"ast-is-empty": "^1.9.13", | ||
"ast-monkey": "^7.10.13", | ||
"check-types-mini": "^5.7.9", | ||
"ast-is-empty": "^1.9.14", | ||
"ast-monkey": "^7.10.14", | ||
"check-types-mini": "^5.7.10", | ||
"lodash.clonedeep": "^4.5.0", | ||
"util-array-object-or-both": "^2.7.13" | ||
"util-array-object-or-both": "^2.7.14" | ||
}, | ||
@@ -178,0 +178,0 @@ "devDependencies": { |
69896
Updatedast-is-empty@^1.9.14
Updatedast-monkey@^7.10.14
Updatedcheck-types-mini@^5.7.10