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
30
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 7.15.0 to 7.15.1

4

dist/components/Cardinal.js

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

props = (0, _objectWithoutProperties2["default"])(_ref4, _excluded);
var countValue = count;
var countValue = typeof count === 'number' ? count.toLocaleString('en-US') : count;

@@ -145,3 +145,3 @@ if (countLink) {

inverse: status === 'inverse'
}, count);
}, countValue);
}

@@ -148,0 +148,0 @@

@@ -10,2 +10,3 @@ import * as styles from './shared/styles';

export * from './Button';
export * from './ButtonAction';
export * from './ButtonToggle';

@@ -12,0 +13,0 @@ export * from './Highlight';

@@ -111,2 +111,16 @@ "use strict";

var _ButtonAction = require("./ButtonAction");
Object.keys(_ButtonAction).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _ButtonAction[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _ButtonAction[key];
}
});
});
var _ButtonToggle = require("./ButtonToggle");

@@ -113,0 +127,0 @@

{
"name": "@storybook/design-system",
"version": "7.15.0",
"version": "7.15.1",
"description": "Storybook design system",

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

Sorry, the diff of this file is not supported yet

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