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

@dump247/storybook-state

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dump247/storybook-state - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

index.d.ts

@@ -24,2 +24,2 @@ import { Renderable, RenderFunction } from '@storybook/react';

export type StorybookStateCallback<T> = (store: Store<T>) => Renderable | Renderable[];
export function withState<T extends {}>(state: T, callback: StorybookStateCallback<T>): RenderFunction;
export function withState<T extends {}>(state: T, callback?: StorybookStateCallback<T>): any // RenderFunction;
{
"name": "@dump247/storybook-state",
"version": "1.4.0",
"version": "1.5.0",
"description": "Manage component state in storybook stories.",

@@ -32,4 +32,4 @@ "main": "dist/index.js",

"@storybook/addons": "^3.2.16",
"prop-types": "^15.6.0",
"react": "^15.6.0"
"prop-types": "^15.5.0",
"react": "^15.5.0 || ^16.0.0"
},

@@ -36,0 +36,0 @@ "dependencies": {

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