react-helmet
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,11 @@ | ||
<a name="5.0.1"></a> | ||
## [5.0.1](https://github.com/nfl/react-helmet/compare/5.0.0...v5.0.1) (2017-03-24) | ||
### Bug Fixes | ||
* handle falsy children values ([#256](https://github.com/nfl/react-helmet/issues/256)) ([4a60765](https://github.com/nfl/react-helmet/commit/4a60765)) | ||
<a name="5.0.0"></a> | ||
@@ -2,0 +12,0 @@ # [5.0.0](https://github.com/nfl/react-helmet/compare/4.0.0...v5.0.0) (2017-03-21) |
@@ -131,2 +131,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
React.Children.forEach(children, function (child) { | ||
if (!child || !child.props) { | ||
return; | ||
} | ||
var _child$props = child.props, | ||
@@ -133,0 +137,0 @@ nestedChildren = _child$props.children, |
@@ -146,2 +146,6 @@ exports.__esModule = true; | ||
_react2.default.Children.forEach(children, function (child) { | ||
if (!child || !child.props) { | ||
return; | ||
} | ||
var _child$props = child.props, | ||
@@ -148,0 +152,0 @@ nestedChildren = _child$props.children, |
{ | ||
"name": "react-helmet", | ||
"description": "A document head manager for React", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"main": "./lib/Helmet.js", | ||
@@ -6,0 +6,0 @@ "author": "NFL <engineers@nfl.com>", |
Sorry, the diff of this file is too big to display
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
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
502995
6368
0