New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.8.1 to 0.9.0

4

index.js

@@ -23,2 +23,6 @@ 'use strict';

if (arguments.length > 2) {
props = Array.prototype.slice.call(arguments).slice(1);
}
if (typeof input === "undefined") {

@@ -25,0 +29,0 @@ return {};

2

package.json
{
"name": "omit-deep-lodash",
"description": "Omit object key/values recursively with lodash as only dependency.",
"version": "0.8.1",
"version": "0.9.0",
"homepage": "https://github.com/odynvolk/omit-deep-lodash",

@@ -6,0 +6,0 @@ "author": "Alexi Rahman (https://github.com/odynvolk)",

@@ -27,2 +27,5 @@ # omit-deep-lodash

//=> {a: "a", c: {d: {f: "f"}}}
omitDeep({a: "a", b: "b", c: {b: "b", d: {b: "b", f: "f"}}}, "a", "b");
//=> {c: {d: {f: "f"}}}
```

@@ -52,2 +55,3 @@

+ [github.com/mickeek](https://github.com/mickeek)
+ [github.com/InterAl](https://github.com/InterAl)

@@ -54,0 +58,0 @@ ## License

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