Socket
Socket
Sign inDemoInstall

framer-motion

Package Overview
Dependencies
Maintainers
34
Versions
1147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-motion - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

18

CHANGELOG.md

@@ -5,2 +5,20 @@ # Changelog

## [1.1.1] 2019-07-08
### Changed
- Moving UMD global from `FramerMotion` to `Motion`.
- Removed `@emotion/is-valid-prop`, saving ~1.9kb from bundle.
- Using a slimmed-down version of Popmotion, saving ~3kb from bundle.
- Removing `async` markers, saving ~0.7kb from bundle.
### Fixed
- Cancelling `drag` and `pan` gestures on component unmount.
- Previously unseen props in `animate` animate correctly.
- Fixing reading SVG attributes from DOM.
- Fixed unit type conversion not working with previously-undefined values.
- Calling `onAnimationComplete` when `while` overrides are unset.
- Preventing initial animation if `animate` is a map of props and `initial={false}`. This went previously unseen as both values were equivalent, but `onAnimationComplete` would fire on mount.
## [1.1.0] 2019-07-03

@@ -7,0 +25,0 @@

33

package.json
{
"name": "framer-motion",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/framer-motion.cjs.js",

@@ -19,3 +19,4 @@ "module": "dist/framer-motion.es.js",

"measure": "gzip -c dist/framer-motion.js | wc -c",
"deduplicate": "yarn-deduplicate yarn.lock"
"deduplicate": "yarn-deduplicate yarn.lock",
"start-dev-server": "webpack-dev-server --config=dev/webpack/config.js"
},

@@ -56,8 +57,9 @@ "peerDependencies": {

"react-testing-library": "^5.3.0",
"rollup": "^0.67.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-typescript2": "^0.18.0",
"rollup-plugin-uglify": "^6.0.0",
"rollup": "^1.16.6",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.21.2",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-visualizer": "^2.4.3",
"styled-components": "^4.1.1",

@@ -69,13 +71,14 @@ "ts-jest": "^24.0.2",

"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-dev-server": "^3.7.2",
"yarn-deduplicate": "^1.1.1"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.7.3",
"@popmotion/popcorn": "^0.4.0",
"framesync": "^4.0.2",
"@popmotion/easing": "^1.0.2",
"@popmotion/popcorn": "^0.4.1",
"framesync": "^4.0.4",
"hey-listen": "^1.0.8",
"popmotion": "^8.7.0",
"style-value-types": "^3.1.4",
"stylefire": "^6.0.2"
"popmotion": "^9.0.0-beta-7",
"style-value-types": "^3.1.5",
"stylefire": "^6.0.4",
"tslib": "^1.10.0"
},

@@ -82,0 +85,0 @@ "husky": {

@@ -1,5 +0,22 @@

<img src="https://user-images.githubusercontent.com/7850794/52070069-f7c92000-2577-11e9-9566-60d15359904b.png" alt="Framer Motion" width="500" height="245" />
<h1 align="center">
Motion
</h1>
Framer Motion is a production-ready animation and gesture library.
<h3 align="center">
An animation and gesture library for React DOM
</h3>
Currently, it can only be consumed via the [Framer API](https://www.framer.com/api).
<p align="center">
<a href="https://www.npmjs.com/package/framer-motion" target="_blank">
<img src="https://img.shields.io/npm/v/framer-motion.svg?style=flat-squar" />
</a>
<a href="https://www.npmjs.com/package/framer-motion" target="_blank">
<img src="https://img.shields.io/npm/dm/framer-motion.svg?style=flat-square" />
</a>
<a href="http://twitter.com/framer" target="_blank">
<img src="https://img.shields.io/twitter/follow/framer.svg?style=social&label=Follow" />
</a>
<a href="https://spectrum.chat/framer" target="_blank">
<img src="https://withspectrum.github.io/badge/badge.svg" />
</a>
</p>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc