Gathering detailed insights and metrics for @hashicorp/react-motion-config
Gathering detailed insights and metrics for @hashicorp/react-motion-config
Gathering detailed insights and metrics for @hashicorp/react-motion-config
Gathering detailed insights and metrics for @hashicorp/react-motion-config
A set of HashiCorp branded react components currently maintained and used by the marketing dev team
npm install @hashicorp/react-motion-config
Typescript
Module System
Node Version
NPM Version
56.2
Supply Chain
52
Quality
83.3
Maintenance
100
Vulnerability
80.9
License
@hashicorp/react-inline-video@0.5.1
Updated on Sep 04, 2024
@hashicorp/react-code-block@6.7.0
Updated on Jul 05, 2024
@hashicorp/react-tabs@8.2.0
Updated on Jul 05, 2024
@hashicorp/react-search@6.6.0
Updated on Jul 05, 2024
@hashicorp/react-feedback-form@0.3.0
Updated on Jul 05, 2024
@hashicorp/react-consent-manager@9.3.0
Updated on Jul 05, 2024
JavaScript (37.86%)
TypeScript (29.93%)
MDX (18.86%)
CSS (13.31%)
Shell (0.03%)
HCL (0.01%)
Total Downloads
68,142
Last Day
24
Last Week
27
Last Month
73
Last Year
653
MPL-2.0 License
62 Stars
1,651 Commits
15 Forks
11 Watchers
66 Branches
84 Contributors
Updated on Mar 30, 2025
Latest Version
0.3.0
Package Id
@hashicorp/react-motion-config@0.3.0
Unpacked Size
2.48 kB
Size
1.20 kB
File Count
5
NPM Version
8.19.4
Node Version
16.20.0
Published on
Apr 19, 2023
Cumulative downloads
Total Downloads
Last Day
2,300%
24
Compared to previous day
Last Week
237.5%
27
Compared to previous week
Last Month
-31.8%
73
Compared to previous month
Last Year
-98.5%
653
Compared to previous year
2
MotionConfig handles lazing loading Framer Motion features. By default, we are including domMax
to enable layout animations.
1// _app.tsx 2import MotionConfig from '@hashicorp/react-motion-config' 3 4export default function App({ Component, pageProps }) { 5 return ( 6 <MotionConfig> 7 <Component {...pageProps} /> 8 </MotionConfig> 9 ) 10}
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
all dependencies are pinned
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
90 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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