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

@storybook/addon-info

Package Overview
Dependencies
Maintainers
7
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-info - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

dist/components/Props.js

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

props: _propTypes2.default.object,
type: _propTypes2.default.object.isRequired
type: _propTypes2.default.node.isRequired
}).isRequired,

@@ -112,0 +112,0 @@ singleLine: _propTypes2.default.bool,

{
"name": "@storybook/addon-info",
"version": "3.1.2",
"version": "3.1.3",
"description": "A Storybook addon to show additional information for your stories.",

@@ -5,0 +5,0 @@ "license": "MIT",

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

props: PropTypes.object,
type: PropTypes.object.isRequired,
type: PropTypes.node.isRequired,
}).isRequired,

@@ -69,0 +69,0 @@ singleLine: PropTypes.bool,

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