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.1 to 1.1.2

6

omit-deep-lodash/index.d.ts

@@ -1,7 +0,1 @@

// 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;

@@ -8,0 +2,0 @@ declare function omitDeep(input: object, props: string[]): object;

15

omit-deep-lodash/package.json
{
"name": "@types/omit-deep-lodash",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript definitions for omit-deep-lodash",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-deep-lodash",
"license": "MIT",

@@ -9,9 +10,9 @@ "contributors": [

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

@@ -28,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "e0141829238950d528c769b0001856ac68b3a2065e30a5a63387e6c16bebd1d6",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "4abfb4a2dc2ee19e715c95c4ddc2758bb92c2bbc4757c43e0b24e30ebab563b5",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,16 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-deep-lodash.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-deep-lodash/index.d.ts)
````ts
declare function omitDeep(input: object, ...props: string[]): object;
declare function omitDeep(input: object, props: string[]): object;
export = omitDeep;
````
### Additional Details
* Last updated: Mon, 21 Dec 2020 07:24:55 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
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