Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

framer-motion

Package Overview
Dependencies
Maintainers
31
Versions
1162
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 0.11.1 to 0.12.0

19

CHANGELOG.md

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

## [0.12.0] 2019-04-03
### Changed
- `useCycle([...args])` -> `useCycle(...args)`
### Added
- `static` components reflect changes in `initial`.
### Fixed
- Dragging doesn't break during re-renders.
- `useCycle` setter is independent from render cycle.
### Removed
- `useCycle` no longer has the ability to start at a different index.
## [0.11.1] 2019-04-02

@@ -7,0 +26,0 @@

14

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

@@ -10,2 +10,3 @@ "module": "dist/framer-motion.es.js",

"scripts": {
"lint": "yarn eslint src/**/*.ts",
"test": "yarn test-client && yarn test-server",

@@ -32,4 +33,11 @@ "test-client": "jest --coverage --config jest.config.json",

"@types/styled-components": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0",
"cache-loader": "^1.2.5",
"convert-tsconfig-paths-to-webpack-aliases": "^0.9.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"fork-ts-checker-webpack-plugin": "^0.4.15",

@@ -56,5 +64,3 @@ "husky": "^1.1.4",

"ts-loader": "^5.3.0",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.1.6",
"typescript": "3.3",
"webpack": "^4.25.1",

@@ -61,0 +67,0 @@ "webpack-cli": "^3.1.2",

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