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.9 to 3.0.10

4

CHANGELOG.md
# Change Log
### v3.0.10
* Render the component inside a div element when on inline mode [PR34](https://github.com/kadirahq/react-storybook-addon-info/pull/34)
### v3.0.9

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

@@ -198,4 +198,16 @@ 'use strict';

{ style: stylesheet.infoBody },
this._getInfoHeader(),
this._renderStory(),
this._getInfoHeader()
)
),
_react2.default.createElement(
'div',
null,
this._renderStory()
),
_react2.default.createElement(
'div',
{ style: stylesheet.infoPage },
_react2.default.createElement(
'div',
{ style: stylesheet.infoBody },
this._getInfoContent(),

@@ -202,0 +214,0 @@ this._getSourceCode(),

2

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

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

@@ -121,3 +121,9 @@ import React from 'react';

{ this._getInfoHeader() }
</div>
</div>
<div>
{ this._renderStory() }
</div>
<div style={stylesheet.infoPage}>
<div style={stylesheet.infoBody} >
{ this._getInfoContent() }

@@ -124,0 +130,0 @@ { this._getSourceCode() }

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