Socket
Socket
Sign inDemoInstall

@storybook/components

Package Overview
Dependencies
Maintainers
8
Versions
1878
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/components - npm Package Compare versions

Comparing version 3.2.7 to 3.2.10

2

package.json
{
"name": "@storybook/components",
"version": "3.2.7",
"version": "3.2.10",
"description": "Core Storybook Components",

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

@@ -27,7 +27,3 @@ import PropTypes from 'prop-types';

const props = { href, ...rest, onClick };
return (
<a {...props}>
{children}
</a>
);
return <a {...props}>{children}</a>;
}

@@ -34,0 +30,0 @@ }

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