Socket
Socket
Sign inDemoInstall

@kadira/react-storybook-addon-info

Package Overview
Dependencies
26
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

4

CHANGELOG.md
# Change Log
### v3.2.3
* Handle number type nodes [PR110](https://github.com/kadirahq/react-storybook-addon-info/pull/110)
### v3.2.2

@@ -4,0 +8,0 @@

2

package.json
{
"name": "@kadira/react-storybook-addon-info",
"version": "3.2.2",
"version": "3.2.3",
"description": "A React Storybook addon to show additional information for your stories.",

@@ -5,0 +5,0 @@ "repository": {

@@ -80,2 +80,7 @@ import React from 'react';

if (typeof element === 'number') {
data.text = String.toString(element);
return data;
}
data.children = element.props.children;

@@ -82,0 +87,0 @@ const type = element.type;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc