Socket
Socket
Sign inDemoInstall

@storybook/api

Package Overview
Dependencies
123
Maintainers
10
Versions
1280
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0-alpha.18 to 5.1.0-alpha.19

4

dist/modules/layout.js

@@ -24,4 +24,4 @@ "use strict";

var deprecatedThemeOptions = {
name: 'brandTitle',
url: 'brandUrl',
name: 'theme.brandTitle',
url: 'theme.brandUrl',
};

@@ -28,0 +28,0 @@ var deprecatedLayoutOptions = {

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

export declare const version = "5.1.0-alpha.18";
export declare const version = "5.1.0-alpha.19";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = '5.1.0-alpha.18';
exports.version = '5.1.0-alpha.19';
{
"name": "@storybook/api",
"version": "5.1.0-alpha.18",
"version": "5.1.0-alpha.19",
"description": "Core Storybook API & Context",

@@ -23,7 +23,7 @@ "keywords": [

"dependencies": {
"@storybook/channels": "5.1.0-alpha.18",
"@storybook/client-logger": "5.1.0-alpha.18",
"@storybook/core-events": "5.1.0-alpha.18",
"@storybook/router": "5.1.0-alpha.18",
"@storybook/theming": "5.1.0-alpha.18",
"@storybook/channels": "5.1.0-alpha.19",
"@storybook/client-logger": "5.1.0-alpha.19",
"@storybook/core-events": "5.1.0-alpha.19",
"@storybook/router": "5.1.0-alpha.19",
"@storybook/theming": "5.1.0-alpha.19",
"core-js": "^2.6.5",

@@ -50,3 +50,3 @@ "fast-deep-equal": "^2.0.1",

},
"gitHead": "8941e4449a8a4525472e45255fedc4ae068852a2"
"gitHead": "c628022f9cfcce5b6bf048038ee9338754282f12"
}

@@ -67,7 +67,7 @@ import { document } from 'global';

const deprecatedThemeOptions: {
name: 'brandTitle';
url: 'brandUrl';
name: 'theme.brandTitle';
url: 'theme.brandUrl';
} = {
name: 'brandTitle',
url: 'brandUrl',
name: 'theme.brandTitle',
url: 'theme.brandUrl',
};

@@ -74,0 +74,0 @@

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

export const version = '5.1.0-alpha.18';
export const version = '5.1.0-alpha.19';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc