Socket
Socket
Sign inDemoInstall

@americanexpress/react-seo

Package Overview
Dependencies
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@americanexpress/react-seo - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

9

build/components/SEO.js

@@ -40,2 +40,3 @@ "use strict";

keywords = _ref.keywords,
robots = _ref.robots,
openGraph = _ref.openGraph,

@@ -82,2 +83,9 @@ twitterCard = _ref.twitterCard,

if (robots.length > 0) {
meta.push({
name: 'robots',
content: robots.join(',')
});
}
return /*#__PURE__*/_react.default.createElement(_reactHelmet.Helmet, {

@@ -99,2 +107,3 @@ htmlAttributes: {

keywords: [],
robots: [],
image: undefined,

@@ -101,0 +110,0 @@ video: undefined,

@@ -0,1 +1,8 @@

## [1.4.2](https://github.com/americanexpress/react-seo/compare/v1.4.1...v1.4.2) (2021-06-02)
### Bug Fixes
* **robots:** missing robots meta tag ([#48](https://github.com/americanexpress/react-seo/issues/48)) ([30a0494](https://github.com/americanexpress/react-seo/commit/30a0494e0f3ea85454165a4b16f30eb810a5741d))
## [1.4.1](https://github.com/americanexpress/react-seo/compare/v1.4.0...v1.4.1) (2021-01-06)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@americanexpress/react-seo",
"version": "1.4.1",
"version": "1.4.2",
"description": "Simple SEO tag manager for React",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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