Socket
Socket
Sign inDemoInstall

@kadira/react-storybook-addon-info

Package Overview
Dependencies
23
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.7 to 3.0.8

4

CHANGELOG.md
# Change Log
### v3.0.8
* Fixed unkeyed array iteration warning in React with: [PR23](https://github.com/kadirahq/react-storybook-addon-info/pull/23)
### v3.0.7

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

2

dist/components/Props.js

@@ -83,3 +83,3 @@ 'use strict';

'span',
{ style: propStyle },
{ key: name, style: propStyle },
_react2.default.createElement(

@@ -86,0 +86,0 @@ 'span',

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

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

@@ -33,3 +33,3 @@ import React from 'react';

items.push(
<span style={propStyle}>
<span key={name} style={propStyle}>
<span style={propNameStyle}>{name}</span>

@@ -36,0 +36,0 @@ =

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