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

react-helmet

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-helmet - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

10

CHANGELOG.md

@@ -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)

4

es/Helmet.js

@@ -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,

2

package.json
{
"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

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