@types/shallowequal
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,3 +6,3 @@ // Type definitions for shallowequal v0.2.2 | ||
declare function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => boolean, compareContext?: any): boolean; | ||
declare function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => (boolean | undefined), compareContext?: any): boolean; | ||
@@ -9,0 +9,0 @@ declare namespace shallowEqual { } |
{ | ||
"name": "@types/shallowequal", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "TypeScript definitions for shallowequal", | ||
@@ -16,8 +16,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "55472e51ce03bb04566e853a89bcd21fc337cbdd7c088c2d9ddcc474b0277d47", | ||
"typesPublisherContentHash": "b5296fb8ff78b0719147ddf6134404b3181746756d9bfcf94924a914df335e32", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/shallowequal | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shallowequal | ||
Additional Details | ||
* Last updated: Fri, 04 May 2018 23:55:56 GMT | ||
* Last updated: Wed, 13 Jun 2018 19:16:57 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
2770
136012