Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lodash-clean

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-clean - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

pnpm-lock.yaml

14

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc