New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/storybook__react

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/storybook__react - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

3

storybook__react/index.d.ts
// Type definitions for @storybook/react 3.0
// Project: https://github.com/storybooks/storybook
// Definitions by: Joscha Feth <https://github.com/joscha>
// Anton Izmailov <https://github.com/wapgear>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -12,3 +13,3 @@ // TypeScript Version: 2.3

export type Renderable = React.ComponentType | JSX.Element;
export type RenderFunction = () => Renderable;
export type RenderFunction = () => Renderable | Renderable[];

@@ -15,0 +16,0 @@ export type StoryDecorator = (story: RenderFunction, context: { kind: string, story: string }) => Renderable | null;

{
"name": "@types/storybook__react",
"version": "3.0.5",
"version": "3.0.6",
"description": "TypeScript definitions for @storybook/react",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Joscha Feth",
"url": "https://github.com/joscha"
"url": "https://github.com/joscha",
"githubUsername": "joscha"
},
{
"name": "Anton Izmailov",
"url": "https://github.com/wapgear",
"githubUsername": "wapgear"
}

@@ -23,4 +29,4 @@ ],

},
"typesPublisherContentHash": "f11142b93b2ce42c02aa5dc998dfbe768aa3381e06f46a3e5a5249aea0dddc5a",
"typesPublisherContentHash": "1f8f9bb1ede05eb4e2a5d66a4ed23db7939922900bd63a67f8964cd66010f03b",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT
* Last updated: Wed, 03 Jan 2018 06:44:11 GMT
* Dependencies: react, webpack-env

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Joscha Feth <https://github.com/joscha>.
These definitions were written by Joscha Feth <https://github.com/joscha>, Anton Izmailov <https://github.com/wapgear>.
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