react-router-transition
Advanced tools
+6
-0
@@ -130,2 +130,5 @@ import React, { | ||
| exact, | ||
| strict, | ||
| sensitive, | ||
| children, | ||
| ...routeTransitionProps | ||
@@ -141,5 +144,8 @@ }) { | ||
| exact={exact} | ||
| strict={strict} | ||
| sensitive={sensitive} | ||
| location={location} | ||
| component={component} | ||
| render={render} | ||
| children={children} | ||
| /> | ||
@@ -146,0 +152,0 @@ </RouteTransition> |
+8
-2
@@ -106,3 +106,6 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } | ||
| exact = _ref3.exact, | ||
| routeTransitionProps = _objectWithoutProperties(_ref3, ["render", "component", "path", "exact"]); | ||
| strict = _ref3.strict, | ||
| sensitive = _ref3.sensitive, | ||
| children = _ref3.children, | ||
| routeTransitionProps = _objectWithoutProperties(_ref3, ["render", "component", "path", "exact", "strict", "sensitive", "children"]); | ||
@@ -114,5 +117,8 @@ var location = useLocation(); | ||
| exact: exact, | ||
| strict: strict, | ||
| sensitive: sensitive, | ||
| location: location, | ||
| component: component, | ||
| render: render | ||
| render: render, | ||
| children: children | ||
| })); | ||
@@ -119,0 +125,0 @@ } // AnimatedSwitch |
+1
-1
| { | ||
| "name": "react-router-transition", | ||
| "version": "2.0.0", | ||
| "version": "2.1.0", | ||
| "description": "A thin layer over react-motion for animating routes in react-router.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
15151
2.15%352
3.53%0
-100%