🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

gitdocs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitdocs - npm Package Compare versions

Comparing version

to
2.0.0-beta18

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