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

@types/omit-deep-lodash

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/omit-deep-lodash - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

omit-deep-lodash/index.d.ts
// Type definitions for omit-deep-lodash 1.1
// Project: https://github.com/odynvolk/omit-deep-lodash
// Definitions by: Daniel Chong <https://github.com/dZefa>
// Bartosz Kopciuch <https://github.com/ideffix>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function omitDeep(input: object, props: string): object;
declare function omitDeep(input: object, ...props: string[]): object;
declare function omitDeep(input: object, props: string[]): object;
export = omitDeep;
{
"name": "@types/omit-deep-lodash",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for omit-deep-lodash",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "dZefa"
},
{
"name": "Bartosz Kopciuch",
"url": "https://github.com/ideffix",
"githubUsername": "ideffix"
}

@@ -23,4 +28,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "4165c4485cc1c636ab1f46cfab698f3c074885c02bd941d9fe01433529aa30ac",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "e0141829238950d528c769b0001856ac68b3a2065e30a5a63387e6c16bebd1d6",
"typeScriptVersion": "3.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 28 May 2020 00:55:23 GMT
* Last updated: Mon, 21 Dec 2020 07:24:55 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Daniel Chong](https://github.com/dZefa).
These definitions were written by [Daniel Chong](https://github.com/dZefa), and [Bartosz Kopciuch](https://github.com/ideffix).
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