react-cosmos-core
Advanced tools
Comparing version 6.0.3-canary.ba5bf84.0 to 6.0.4-canary.a484ae0.0
@@ -9,3 +9,6 @@ import { FixtureStateValue } from './types.js'; | ||
type: 'select'; | ||
options: string[]; | ||
options: string[] | { | ||
group: string; | ||
options: string[]; | ||
}[]; | ||
defaultValue: string; | ||
@@ -12,0 +15,0 @@ currentValue: string; |
{ | ||
"name": "react-cosmos-core", | ||
"version": "6.0.3-canary.ba5bf84.0+ba5bf84", | ||
"version": "6.0.4-canary.a484ae0.0+a484ae0", | ||
"description": "React Cosmos Core", | ||
@@ -15,3 +15,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-core", | ||
}, | ||
"gitHead": "ba5bf840dfe5e39566ccf6f262c36017bf5552d1" | ||
"gitHead": "a484ae093d4843e1ed0366e9871936baad03b1fd" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
55986
1389