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-beta.3 to 5.0.0-beta.4

2

es/Helmet.js

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

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