@types/react-share
Advanced tools
Comparing version 2.1.1 to 3.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-share 2.1 | ||
// Type definitions for react-share 3.0 | ||
// Project: https://github.com/nygardk/react-share#readme | ||
@@ -152,2 +152,6 @@ // Definitions by: icopp <https://github.com/icopp> | ||
export const LineShareButton: React.StatelessComponent< | ||
CommonShareButtonProps & { title?: string } | ||
>; | ||
// ============================================================================= | ||
@@ -207,1 +211,2 @@ // Share counts | ||
export const EmailIcon: React.StatelessComponent<IconComponentProps>; | ||
export const LineIcon: React.StatelessComponent<IconComponentProps>; |
{ | ||
"name": "@types/react-share", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"description": "TypeScript definitions for react-share", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-share" | ||
}, | ||
@@ -23,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "56fb5a0aae40132b9bdc33421334967514fbecbae958a05a4c9f96f8ef5096c4", | ||
"typesPublisherContentHash": "a939ef205133a904a41749b9a16e6adcaae786dfd419bf44103ce2084d897bac", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 06 Aug 2018 21:55:29 GMT | ||
* Dependencies: react | ||
* Last updated: Tue, 03 Sep 2019 22:37:23 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
9922
199