lodash-clean
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "lodash-clean", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Remove object keys that have empty values.", | ||
@@ -27,13 +27,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"lodash": "^4.17.20" | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.8", | ||
"@babel/core": "^7.12.9", | ||
"@babel/preset-env": "^7.12.7", | ||
"@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.10", | ||
"@babel/preset-env": "^7.16.11", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"eslint": "^7.15.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-json": "^2.1.2", | ||
@@ -40,0 +40,0 @@ "eslint-plugin-lodash-fp": "^2.2.0-a1", |
@@ -76,6 +76,7 @@ # lodash-clean | ||
If you need more control or want to process additional types pass a function. Tt will be passed the default options object and will need return a function that decides how to cleanup the object. See `buildGetValue()` within /src/munge.js for reference. | ||
If you need more control or want to process additional types pass a function. It will be passed the default options object and will need return a function that decides how to cleanup the object. See `buildGetValue()` within /src/munge.js for reference. | ||
## Changes | ||
* **2.2.3** Update dependencies. | ||
* **2.2.2** Update dependencies. | ||
@@ -82,0 +83,0 @@ * **2.2** Code cleanup. |
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
199102
9
85
Updatedlodash@^4.17.21