@storybook/core
Advanced tools
Comparing version 0.0.0-pr-30055-sha-75c4665d to 0.0.0-pr-30070-sha-11e0729d
@@ -48,2 +48,3 @@ import { TypescriptOptions, StorybookConfig, PackageJson } from '@storybook/core/types'; | ||
testPackages?: Record<string, string | undefined>; | ||
hasRouterPackage?: boolean; | ||
hasStorybookEslint?: boolean; | ||
@@ -59,2 +60,3 @@ hasStaticDirs?: boolean; | ||
portableStoriesFileCount?: number; | ||
applicationFileCount?: number; | ||
}; | ||
@@ -81,3 +83,4 @@ interface Payload { | ||
declare const sanitizeAddonName: (name: string) => string; | ||
declare const computeStorybookMetadata: ({ packageJson, mainConfig, }: { | ||
declare const computeStorybookMetadata: ({ packageJsonPath, packageJson, mainConfig, }: { | ||
packageJsonPath: string; | ||
packageJson: PackageJson; | ||
@@ -84,0 +87,0 @@ mainConfig: StorybookConfig & Record<string, any>; |
{ | ||
"name": "@storybook/core", | ||
"version": "0.0.0-pr-30055-sha-75c4665d", | ||
"version": "0.0.0-pr-30070-sha-11e0729d", | ||
"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 not supported yet
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
21445050
572992