New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/design-system

Package Overview
Dependencies
Maintainers
22
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/design-system - npm Package Compare versions

Comparing version 5.4.4 to 5.4.5

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# v5.4.5 (Tue Dec 22 2020)
#### 🐛 Bug Fix
- Fix clipboard logic to reset state [#240](https://github.com/storybookjs/design-system/pull/240) ([@kylesuss](https://github.com/kylesuss))
#### Authors: 1
- Kyle Suss ([@kylesuss](https://github.com/kylesuss))
---
# v5.4.4 (Wed Dec 09 2020)

@@ -2,0 +14,0 @@

2

dist/components/clipboard/Clipboard.js

@@ -64,3 +64,3 @@ "use strict";

if (copied && resetTimeout && timeoutId) {
if (copied && resetTimeout) {
timeoutId = setTimeout(function () {

@@ -67,0 +67,0 @@ return setCopied(false);

{
"name": "@storybook/design-system",
"version": "5.4.4",
"version": "5.4.5",
"description": "Storybook design system",

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

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