@types/omit-deep-lodash
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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; |
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3103
0
24
3