Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/storybook__addon-links

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/storybook__addon-links - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

storybook__addon-links/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc