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.2.4 to 1.3.0

3

dist/index.js

@@ -148,3 +148,4 @@ 'use strict';

return storyFn(store);
var child = storyFn(store);
return _react2.default.isValidElement(child) ? child : child();
}

@@ -151,0 +152,0 @@ }]);

{
"name": "@dump247/storybook-state",
"version": "1.2.4",
"version": "1.3.0",
"description": "Manage component state in storybook stories.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -87,3 +87,4 @@ import React from 'react';

return storyFn(store);
const child = storyFn(store);
return React.isValidElement(child) ? child : child();
}

@@ -90,0 +91,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