@types/prop-types
Advanced tools
Comparing version 15.5.1 to 15.5.2
@@ -24,2 +24,3 @@ // Type definitions for prop-types 15.5 | ||
export const element: Requireable<any>; | ||
export const symbol: Requireable<any>; | ||
export function instanceOf(expectedClass: {}): Requireable<any>; | ||
@@ -26,0 +27,0 @@ export function oneOf(types: any[]): Requireable<any>; |
{ | ||
"name": "@types/prop-types", | ||
"version": "15.5.1", | ||
"version": "15.5.2", | ||
"description": "TypeScript definitions for prop-types", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "DovydasNavickas", | ||
"url": "https://github.com/DovydasNavickas" | ||
"url": "https://github.com/DovydasNavickas", | ||
"githubUsername": "DovydasNavickas" | ||
} | ||
@@ -20,5 +21,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3e462aec1940a5b7990ee227281674e88d8c7ba2312f60f8e18f591124e747c1", | ||
"typesPublisherContentHash": "748b5132d8aa5bde37793fb3f35cbfb48c339c4631dab0f33e4ae973c6744688", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 18:28:36 GMT | ||
* Last updated: Tue, 26 Sep 2017 00:11:47 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3669
26