react-cosmos-core
Advanced tools
Comparing version 6.1.0 to 6.1.1-canary.cb0bcd0.0
@@ -1,1 +0,3 @@ | ||
export type StateUpdater<T> = (prevState: T) => T; | ||
export type StateUpdater<S> = (prevState: S) => S; | ||
export type SetStateAction<S> = S | StateUpdater<S>; | ||
export type Dispatch<A> = (value: A) => void; |
{ | ||
"name": "react-cosmos-core", | ||
"version": "6.1.0", | ||
"version": "6.1.1-canary.cb0bcd0.0+cb0bcd0", | ||
"description": "React Cosmos Core", | ||
@@ -15,3 +15,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-core", | ||
}, | ||
"gitHead": "189ce69cb4c190459226ff7e550de0f1cc364242" | ||
"gitHead": "cb0bcd0e18f400f6bd36cfa7b2478290c3db5e18" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
56098
1393
2
1