@types/object-diff
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,7 +0,2 @@ | ||
// Type definitions for object-diff v0.0 | ||
// Project: https://github.com/srcagency/object-diff | ||
// Definitions by: Rogier Schouten <https://github.com/rogierschouten> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function diff(a: any, ...args: any[]): any; | ||
export = diff; |
{ | ||
"name": "@types/object-diff", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "TypeScript definitions for object-diff", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-diff", | ||
"name": "Rogier Schouten", | ||
"url": "https://github.com/rogierschouten", | ||
"githubUsername": "rogierschouten" | ||
"githubUsername": "rogierschouten", | ||
"url": "https://github.com/rogierschouten" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c9b990e492b719baae27ccf4e86189f4e9f271a749eea9d4c6247bffc69cdeda", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "a7778da60b984b59d436c4c14c141cb39fdff2fbe86e91d0598680fbc9aabc50", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for object-diff v0.0 | ||
// Project: https://github.com/srcagency/object-diff | ||
// Definitions by: Rogier Schouten <https://github.com/rogierschouten> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function diff(a: any, ...args: any[]): any; | ||
@@ -23,7 +18,6 @@ export = diff; | ||
### Additional Details | ||
* Last updated: Wed, 06 Oct 2021 20:31:28 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Rogier Schouten](https://github.com/rogierschouten). |
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
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
2710
2
22