react-helmet
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0-beta.4
@@ -381,3 +381,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
base: getMethodsForTag(TAG_NAMES.BASE, baseTag), | ||
bodyAttributes: getMethodsForTag(ATTRIBUTE_NAMES.HTML, bodyAttributes), | ||
bodyAttributes: getMethodsForTag(ATTRIBUTE_NAMES.BODY, bodyAttributes), | ||
htmlAttributes: getMethodsForTag(ATTRIBUTE_NAMES.HTML, htmlAttributes), | ||
@@ -384,0 +384,0 @@ link: getMethodsForTag(TAG_NAMES.LINK, linkTags), |
@@ -398,3 +398,3 @@ exports.__esModule = true; | ||
base: getMethodsForTag(_HelmetConstants.TAG_NAMES.BASE, baseTag), | ||
bodyAttributes: getMethodsForTag(_HelmetConstants.ATTRIBUTE_NAMES.HTML, bodyAttributes), | ||
bodyAttributes: getMethodsForTag(_HelmetConstants.ATTRIBUTE_NAMES.BODY, bodyAttributes), | ||
htmlAttributes: getMethodsForTag(_HelmetConstants.ATTRIBUTE_NAMES.HTML, htmlAttributes), | ||
@@ -401,0 +401,0 @@ link: getMethodsForTag(_HelmetConstants.TAG_NAMES.LINK, linkTags), |
{ | ||
"name": "react-helmet", | ||
"description": "A document head manager for React", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0-beta.4", | ||
"main": "./lib/Helmet.js", | ||
@@ -6,0 +6,0 @@ "author": "NFL <engineers@nfl.com>", |
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