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 0.8.0 to 0.8.1

2

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

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

@@ -8,2 +8,6 @@ # omit-deep-lodash

Note! All non-omitted properties that are objects lose their prototype chains and thus their true type. This implementation
is thus best used for simple JSON type objects like data objects and not typed object graphs where members have objects
with constructors.
## Install

@@ -52,2 +56,1 @@

Released under the MIT 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