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

omit-deep-lodash

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omit-deep-lodash - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

8

lib/index.js

@@ -7,2 +7,6 @@ "use strict";

function omitDeepOnOwnProps(obj) {
if (typeof input === "undefined") {
return input;
}
if (!_.isArray(obj) && !_.isPlainObject(obj)) {

@@ -28,6 +32,2 @@ return obj;

if (typeof input === "undefined") {
return {};
}
if (_.isArray(input)) {

@@ -34,0 +34,0 @@ return input.map(omitDeepOnOwnProps);

{
"name": "omit-deep-lodash",
"description": "Omit object key/values recursively with lodash as only dependency.",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/odynvolk/omit-deep-lodash",

Sorry, the diff of this file is not supported yet

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