@types/shallowequal
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,5 +6,6 @@ // Type definitions for shallowequal v0.2.2 | ||
declare module 'shallowequal' { | ||
function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => boolean, compareContext?: any): boolean; | ||
export = shallowEqual; | ||
} | ||
declare function shallowEqual(objA: any, objB: any, compare?: (objA: any, objB: any, indexOrKey?: number | string) => boolean, compareContext?: any): boolean; | ||
declare namespace shallowEqual { } | ||
export = shallowEqual; |
{ | ||
"name": "@types/shallowequal", | ||
"version": "0.2.1", | ||
"description": "TypeScript definitions for shallowequal v0.2.2", | ||
"version": "0.2.2", | ||
"description": "TypeScript definitions for shallowequal", | ||
"license": "MIT", | ||
"author": "Sean Kelley <https://github.com/seansfkelley>", | ||
"contributors": [ | ||
{ | ||
"name": "Sean Kelley", | ||
"url": "https://github.com/seansfkelley", | ||
"githubUsername": "seansfkelley" | ||
} | ||
], | ||
"main": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "b5523476fc7254d9184c0985c4cf35f5a3c1eb50aa8806b642049416741f2b2d" | ||
"typesPublisherContentHash": "55472e51ce03bb04566e853a89bcd21fc337cbdd7c088c2d9ddcc474b0277d47", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for shallowequal v0.2.2 (https://github.com/dashed/shallowequal). | ||
This package contains type definitions for shallowequal (https://github.com/dashed/shallowequal). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/shallowequal | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/shallowequal | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:40 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Fri, 04 May 2018 23:55:56 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
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
2764
7
17
1