Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/addon-comments

Package Overview
Dependencies
Maintainers
8
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-comments - npm Package Compare versions

Comparing version 3.1.6 to 3.1.9

2

package.json
{
"name": "@storybook/addon-comments",
"version": "3.1.6",
"version": "3.1.9",
"description": "Comments addon for Storybook",

@@ -5,0 +5,0 @@ "keywords": [

@@ -62,6 +62,12 @@ import PropTypes from 'prop-types';

<div style={style.commentHead}>
<span style={style.commentUser}>{comment.user.name}</span>
<span style={style.commentTime}>{time}</span>
<span style={style.commentUser}>
{comment.user.name}
</span>
<span style={style.commentTime}>
{time}
</span>
</div>
<span style={style.commentText}>{body}</span>
<span style={style.commentText}>
{body}
</span>
{showDelete ? this.renderDelete() : null}

@@ -68,0 +74,0 @@ </div>

@@ -21,3 +21,5 @@ import PropTypes from 'prop-types';

<div style={style.message}>
<a style={style.button} href={appsUrl}>Create an app for this repo on Storybook Hub</a>
<a style={style.button} href={appsUrl}>
Create an app for this repo on Storybook Hub
</a>
</div>

@@ -24,0 +26,0 @@ </div>

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