@types/deepmerge
Advanced tools
Comparing version 1.3.3 to 2.1.0
@@ -1,7 +0,8 @@ | ||
// Type definitions for deepmerge 1.3 | ||
// Type definitions for deepmerge 2.1 | ||
// Project: https://github.com/KyleAMathews/deepmerge | ||
// Definitions by: marvinscharle <https://github.com/marvinscharle> | ||
// syy1125 <https://github.com/syy1125> | ||
// AppLover69 <https://github.com/AppLover69> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.2 | ||
@@ -17,2 +18,3 @@ export = deepmerge; | ||
arrayMerge?(destination: any[], source: any[], options?: Options): any[]; | ||
isMergeableObject?(value: object): boolean; | ||
} | ||
@@ -19,0 +21,0 @@ |
{ | ||
"name": "@types/deepmerge", | ||
"version": "1.3.3", | ||
"version": "2.1.0", | ||
"description": "TypeScript definitions for deepmerge", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "syy1125" | ||
}, | ||
{ | ||
"name": "AppLover69", | ||
"url": "https://github.com/AppLover69", | ||
"githubUsername": "AppLover69" | ||
} | ||
@@ -26,4 +31,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1cf4c576785c668155a8cfcb4c190cbc0bc2f5c3778223debe0c98e6fe066608", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "c26d4c0546e3902dd67af8936c5aa532139555a04f03e25e3cc0acfe9fa1bacb", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 18 Nov 2017 00:40:29 GMT | ||
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by marvinscharle <https://github.com/marvinscharle>, syy1125 <https://github.com/syy1125>. | ||
These definitions were written by marvinscharle <https://github.com/marvinscharle>, syy1125 <https://github.com/syy1125>, AppLover69 <https://github.com/AppLover69>. |
Sorry, the diff of this file is not supported yet
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
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
3766
24