@storybook/core
Advanced tools
Comparing version 0.0.0-pr-29482-sha-5d433a45 to 0.0.0-pr-29510-sha-059f75bd
@@ -812,3 +812,3 @@ import * as _storybook_core_types from '@storybook/core/types'; | ||
*/ | ||
declare function extractProperRendererNameFromFramework(frameworkName: string): Promise<"vue" | _storybook_core_types.SupportedRenderers | null>; | ||
declare function extractProperRendererNameFromFramework(frameworkName: string): Promise<_storybook_core_types.SupportedRenderers | "vue" | null>; | ||
@@ -815,0 +815,0 @@ declare function getStorybookConfiguration(storybookScript: string, shortName: string, longName: string): string | null; |
@@ -122,2 +122,6 @@ import { ArgTypes } from '@storybook/csf'; | ||
status: 'failed'; | ||
progress?: TestingModuleProgressReportProgress; | ||
details?: { | ||
[key: string]: any; | ||
}; | ||
error: { | ||
@@ -124,0 +128,0 @@ name: string; |
{ | ||
"name": "@storybook/core", | ||
"version": "0.0.0-pr-29482-sha-5d433a45", | ||
"version": "0.0.0-pr-29510-sha-059f75bd", | ||
"description": "Storybook framework-agnostic API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
19062719
502382