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.4 to 3.0.5

6

storybook__react/index.d.ts

@@ -7,7 +7,7 @@ // Type definitions for @storybook/react 3.0

/// <reference types="node" />
/// <reference types="webpack-env" />
import * as React from 'react';
export type Renderable = React.StatelessComponent<any> | React.ComponentClass<any> | JSX.Element;
export type Renderable = React.ComponentType | JSX.Element;
export type RenderFunction = () => Renderable;

@@ -24,3 +24,3 @@

export function addDecorator(decorator: StoryDecorator): void;
export function configure(fn: () => void, module: any): void;
export function configure(fn: () => void, module: NodeModule): void;
export function setAddon(addon: object): void;

@@ -27,0 +27,0 @@ export function storiesOf(name: string, module: NodeModule): Story;

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

@@ -20,7 +20,6 @@ "license": "MIT",

"@types/react": "*",
"@types/node": "*"
"@types/webpack-env": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "694d98ef76db2139be15e99ebf7fbacd0eb264baa5e33e22d2fb0c49ae5980fe",
"typesPublisherContentHash": "f11142b93b2ce42c02aa5dc998dfbe768aa3381e06f46a3e5a5249aea0dddc5a",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Mon, 14 Aug 2017 19:47:58 GMT
* Dependencies: react, node
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT
* Dependencies: react, webpack-env
* Global values: none

@@ -15,0 +15,0 @@

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