react-loading-skeleton
Advanced tools
Comparing version 1.1.1 to 1.1.2
import { Component, ReactNode } from "react"; | ||
export default class Skeleton extends Component<Props> {} | ||
export default class Skeleton extends Component<SkeletonProps> {} | ||
interface Props { | ||
interface SkeletonProps { | ||
count?: number; | ||
duration?: number; | ||
width?: string; | ||
width?: string | number; | ||
wrapper?: ReactNode; | ||
height?: string; | ||
height?: string | number; | ||
circle?: boolean; | ||
} | ||
export class SkeletonTheme extends Component<SkeletonThemeProps> {} | ||
interface SkeletonThemeProps { | ||
color?: string; | ||
highlightColor?: string; | ||
} |
{ | ||
"name": "react-loading-skeleton", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "David Tang", |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
27331
15
1