{ | ||
"name": "gitdocs", | ||
"version": "2.0.0-beta17.1", | ||
"version": "2.0.0-beta18", | ||
"description": "Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -53,2 +53,6 @@ import React, { Component } from 'react' | ||
/> | ||
{manifest.description && <meta | ||
name="description" | ||
content={manifest.description} | ||
/>} | ||
<link | ||
@@ -55,0 +59,0 @@ rel="stylesheet" |
@@ -91,3 +91,4 @@ import React, { Component } from 'react' | ||
<Helmet> | ||
<title>{route.title}</title> | ||
{config.name !== route.title && | ||
<title>{route.title}</title>} | ||
</Helmet> | ||
@@ -94,0 +95,0 @@ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
115499
0.16%3765
0.13%