Gathering detailed insights and metrics for wy-framer-motion
Gathering detailed insights and metrics for wy-framer-motion
Gathering detailed insights and metrics for wy-framer-motion
Gathering detailed insights and metrics for wy-framer-motion
A modern animation library for React and JavaScript
npm install wy-framer-motion
Typescript
Module System
Node Version
NPM Version
TypeScript (74.92%)
HTML (18.36%)
JavaScript (6.35%)
CSS (0.22%)
Makefile (0.13%)
Dockerfile (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
29,151 Stars
6,717 Commits
982 Forks
109 Watchers
15 Branches
126 Contributors
Updated on Jul 12, 2025
Latest Version
7.2.1
Package Id
wy-framer-motion@7.2.1
Unpacked Size
1.61 MB
Size
422.96 kB
File Count
19
NPM Version
8.5.5
Node Version
16.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
Framer Motion is an open source, production-ready library that’s designed for all creative developers.
It looks like this:
1<motion.div animate={{ x: 0 }} />
It does all this:
...and a whole lot more.
Install framer-motion
with via your package manager:
npm install framer-motion
Then import the motion
component:
1import { motion } from "framer-motion" 2 3export const MyComponent = ({ isVisible }) => ( 4 <motion.div animate={{ opacity: isVisible ? 1 : 0 }} /> 5)
No vulnerabilities found.
Reason
30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 4/23 approved changesets -- score normalized to 1
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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