@twreporter/velocity-react
Advanced tools
Comparing version 1.3.4 to 1.4.0
@@ -0,1 +1,16 @@ | ||
### v1.4.0 (2017-12-18) | ||
Upgrade peer dependencies. Accept react@^16.0.0 and react-dom@^16.0.0 | ||
Upgrade react-transition-group@^2.2.1 which accepts react@^16.0.0 and react-dom@^16.0.0 | ||
### v1.3.4 (2017-11-30): | ||
Fix lodash/pluck with lodash/map | ||
### v1.3.3 (2017-11-30): | ||
Bump lodash version to ^4 | ||
## ======== @twreporter/velocity-react | ||
### v1.3.3 (2017-05-19): | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@twreporter/velocity-react", | ||
"version": "1.3.4", | ||
"version": "1.4.0", | ||
"description": "React components to wrap Velocity animations", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"prop-types": "^15.5.8", | ||
"react-transition-group": "^1.1.2", | ||
"react-transition-group": "^2.2.1", | ||
"velocity-animate": "^1.4.0" | ||
@@ -59,4 +59,4 @@ }, | ||
"prettier": "^1.7.0", | ||
"react": "^15.5.0", | ||
"react-dom": "^15.5.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-hot-loader": "^1.2.9", | ||
@@ -63,0 +63,0 @@ "react-tween-state": "^0.1.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76534
18
1355
2
+ Addedreact-lifecycles-compat@3.0.4(transitive)
+ Addedreact-transition-group@2.9.0(transitive)
- Removedchain-function@1.0.1(transitive)
- Removedreact-transition-group@1.2.1(transitive)
- Removedwarning@3.0.0(transitive)