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.6.0 to 1.6.1

3

dist/register.js

@@ -94,4 +94,5 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

var storyState = this.state.storyState;
var active = this.props.active;
if (storyState === null) {
if (active === false || storyState === null) {
return null;

@@ -98,0 +99,0 @@ }

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

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

@@ -74,4 +74,5 @@ import React from 'react';

const { storyState } = this.state;
const { active } = this.props;
if (storyState === null) {
if (active === false || storyState === null) {
return null;

@@ -78,0 +79,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