react-scroll-into-view
Advanced tools
Comparing version 1.8.0-alpha2 to 1.8.0
{ | ||
"name": "react-scroll-into-view", | ||
"version": "1.8.0-alpha2", | ||
"version": "1.8.0", | ||
"description": "Simple React element that when clicked scrolls to any element on page", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,4 +10,4 @@ interface ScrollIntoViewProps { | ||
// const ScrollIntoView: React.FC<ScrollIntoViewProps> () => JSX.Element | ||
const ScrollIntoView: React.FunctionComponent<ScrollIntoViewProps> = props => {} | ||
export function ScrollIntoView(prop: ScrollIntoViewProps): JSX.Element | ||
export default ScrollIntoView |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
6004
12