object-delete-key
Advanced tools
Comparing version 1.8.22 to 1.8.23
/** | ||
* 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.22 | ||
* Version: 1.8.23 | ||
* 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.22 | ||
* Version: 1.8.23 | ||
* 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.22 | ||
* Version: 1.8.23 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "object-delete-key", | ||
"version": "1.8.22", | ||
"version": "1.8.23", | ||
"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.", | ||
@@ -173,7 +173,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"ast-is-empty": "^1.9.22", | ||
"ast-monkey": "^7.10.22", | ||
"check-types-mini": "^5.7.18", | ||
"ast-is-empty": "^1.9.23", | ||
"ast-monkey": "^7.10.23", | ||
"check-types-mini": "^5.7.19", | ||
"lodash.clonedeep": "^4.5.0", | ||
"util-array-object-or-both": "^2.7.22" | ||
"util-array-object-or-both": "^2.7.23" | ||
}, | ||
@@ -192,4 +192,5 @@ "devDependencies": { | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"js-row-num-cli": "^1.5.22", | ||
"lect": "^0.6.0", | ||
"esm": "^3.2.25", | ||
"js-row-num-cli": "^1.5.23", | ||
"lect": "^0.7.0", | ||
"nyc": "^14.1.1", | ||
@@ -196,0 +197,0 @@ "posthtml-parser": "^0.4.1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70507
0
27
Updatedast-is-empty@^1.9.23
Updatedast-monkey@^7.10.23
Updatedcheck-types-mini@^5.7.19