Socket
Socket
Sign inDemoInstall

@storybook/theming

Package Overview
Dependencies
Maintainers
10
Versions
1721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/theming - npm Package Compare versions

Comparing version 5.1.0-alpha.28 to 5.1.0-alpha.29

2

dist/create.js

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

url: brandUrl,
image: brandImage || brandTitle ? null : undefined
image: brandImage || (brandTitle ? null : undefined)
},

@@ -195,0 +195,0 @@ code: (0, _syntax.create)({

{
"name": "@storybook/theming",
"version": "5.1.0-alpha.28",
"version": "5.1.0-alpha.29",
"description": "Core Storybook Components",

@@ -26,3 +26,3 @@ "keywords": [

"@emotion/styled": "^10.0.7",
"@storybook/client-logger": "5.1.0-alpha.28",
"@storybook/client-logger": "5.1.0-alpha.29",
"common-tags": "^1.8.0",

@@ -47,3 +47,3 @@ "core-js": "^2.6.5",

},
"gitHead": "2a55ee012f2243b7d7b24c192a7070e3d2824ac0"
"gitHead": "93978131030d52c821db049a3891402949a8435f"
}

@@ -175,3 +175,3 @@ // This generates theme variables in the correct shape for the UI

url: brandUrl,
image: brandImage || brandTitle ? null : undefined,
image: brandImage || (brandTitle ? null : undefined),
},

@@ -178,0 +178,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