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.0.9 to 5.0.10

2

dist/create.js

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

url: brandUrl,
image: brandImage || brandTitle ? null : undefined,
image: brandImage || (brandTitle ? null : undefined),
}, code: syntax_1.create({

@@ -132,0 +132,0 @@ colors: base === 'light' ? lightSyntaxColors : darkSyntaxColors,

{
"name": "@storybook/theming",
"version": "5.0.9",
"version": "5.0.10",
"description": "Core Storybook Components",

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

"@emotion/styled": "^10.0.7",
"@storybook/client-logger": "5.0.9",
"@storybook/client-logger": "5.0.10",
"common-tags": "^1.8.0",

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

},
"gitHead": "51fe8ea7cefd14694d130f840371573c0e9bcf23"
"gitHead": "4b2d44172e564e4ac09eac3dddb7908e4cacb046"
}

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

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

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