@types/storybook__addon-links
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -9,2 +9,4 @@ // Type definitions for @storybook/addon-links 3.0 | ||
export function linkTo<T>(book: string, kind?: string): React.MouseEventHandler<T>; | ||
export type LinkToFunction = (...args: any[]) => string; | ||
export function linkTo<T>(book: string | LinkToFunction, kind?: string | LinkToFunction): React.MouseEventHandler<T>; |
{ | ||
"name": "@types/storybook__addon-links", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for @storybook/addon-links", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Joscha Feth", | ||
"url": "https://github.com/joscha" | ||
"url": "https://github.com/joscha", | ||
"githubUsername": "joscha" | ||
} | ||
@@ -22,5 +23,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "aa50a51bf76981bd0fd27c745d13f41218a7d352eb9a15f05008a668c0045cd2", | ||
"typesPublisherContentHash": "81470617ada596ae813e225e52ef3db3f219ff65b28ce32e0b77d58d4a6621b2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 13 Jul 2017 15:01:39 GMT | ||
* Last updated: Wed, 06 Sep 2017 14:55:01 GMT | ||
* Dependencies: react | ||
@@ -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
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
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
2882
8