@types/omit-deep-lodash
Advanced tools
Comparing version 1.1.0 to 1.1.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; | ||
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). |
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
3028
8