Gathering detailed insights and metrics for react-scroll-parallax
Gathering detailed insights and metrics for react-scroll-parallax
Gathering detailed insights and metrics for react-scroll-parallax
Gathering detailed insights and metrics for react-scroll-parallax
npm install react-scroll-parallax
89.9
Supply Chain
88.5
Quality
75.7
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,900 Stars
733 Commits
158 Forks
14 Watching
25 Branches
16 Contributors
Updated on 24 Nov 2024
TypeScript (93.66%)
SCSS (2.39%)
CSS (2.31%)
JavaScript (1.64%)
Cumulative downloads
Total Downloads
Last day
-6.9%
10,462
Compared to previous day
Last week
4.1%
57,490
Compared to previous week
Last month
-1.8%
249,203
Compared to previous month
Last year
59.5%
3,559,113
Compared to previous year
1
32
React hooks and components to create parallax scroll effects for banners, images or any other DOM elements. Utilizes Parallax Controller to add vertical or horizontal scrolling based effects to elements. Optimized to reduce jank on scroll and works with SSR and SSG rendered React apps.
If you're coming from V2, here's a migration guide.
With npm
npm install react-scroll-parallax
or yarn
yarn add react-scroll-parallax
Create effects with a hook:
1function Component() { 2 const parallax = useParallax({ 3 speed: -10, 4 }); 5 return <div ref={parallax.ref} />; 6}
or with a component:
1function Component() { 2 return ( 3 <Parallax speed={-10}> 4 <div /> 5 </Parallax> 6 ); 7}
Read the documentation for setup and usage instructions.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
7 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 7
Reason
Found 1/11 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
30 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More