object-delete-key
Advanced tools
Comparing version 1.8.24 to 1.8.25
/** | ||
* 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.24 | ||
* Version: 1.8.25 | ||
* 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.24 | ||
* Version: 1.8.25 | ||
* 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.24 | ||
* Version: 1.8.25 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "object-delete-key", | ||
"version": "1.8.24", | ||
"version": "1.8.25", | ||
"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.24", | ||
"ast-monkey": "^7.10.24", | ||
"check-types-mini": "^5.7.20", | ||
"ast-is-empty": "^1.9.25", | ||
"ast-monkey": "^7.10.25", | ||
"check-types-mini": "^5.7.21", | ||
"lodash.clonedeep": "^4.5.0", | ||
"util-array-object-or-both": "^2.7.24" | ||
"util-array-object-or-both": "^2.7.25" | ||
}, | ||
@@ -184,7 +184,7 @@ "devDependencies": { | ||
"@babel/register": "^7.4.4", | ||
"ava": "^2.0.0", | ||
"ava": "^2.1.0", | ||
"babel-plugin-istanbul": "^5.1.4", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-plugin-ava": "^7.0.0", | ||
"eslint-config-prettier": "^5.0.0", | ||
"eslint-plugin-ava": "^7.1.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
@@ -194,8 +194,8 @@ "eslint-plugin-no-unsanitized": "^3.0.2", | ||
"esm": "^3.2.25", | ||
"js-row-num-cli": "^1.5.24", | ||
"lect": "^0.7.1", | ||
"js-row-num-cli": "^1.5.25", | ||
"lect": "^0.7.2", | ||
"nyc": "^14.1.1", | ||
"posthtml-parser": "^0.4.1", | ||
"prettier": "^1.17.1", | ||
"rollup": "^1.13.1", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.15.6", | ||
"rollup-plugin-ascii": "^0.0.3", | ||
@@ -206,4 +206,4 @@ "rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^5.0.1", | ||
"rollup-plugin-license": "^0.9.0", | ||
"rollup-plugin-node-resolve": "^5.0.3", | ||
"rollup-plugin-strip": "^1.2.1", | ||
@@ -210,0 +210,0 @@ "rollup-plugin-terser": "^5.0.0" |
Updatedast-is-empty@^1.9.25
Updatedast-monkey@^7.10.25
Updatedcheck-types-mini@^5.7.21