New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitdocs

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitdocs - npm Package Compare versions

Comparing version 2.0.0-beta16 to 2.0.0-beta17

2

package.json
{
"name": "gitdocs",
"version": "2.0.0-beta16",
"version": "2.0.0-beta17",
"description": "Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -11,3 +11,3 @@ const { getContent } = require('./filesystem')

title: item.title,
breadcrumb: item.breadcrumb,
breadcrumbs: item.breadcrumbs,
content: await getContent(item.input),

@@ -14,0 +14,0 @@ })

@@ -154,4 +154,4 @@ import React, { Component } from 'react'

renderBreadCrumb (result) {
return result.breadcrumb
.slice(1, result.breadcrumb.length)
return result.breadcrumbs
.slice(1, result.breadcrumbs.length)
.map(({ title }, i) => (

@@ -158,0 +158,0 @@ <span key={`${title}-${i}`}>

@@ -76,2 +76,3 @@ import React, { Component } from 'react'

target="_blank"
rel="noopener noreferrer"
>

@@ -78,0 +79,0 @@ {title} <IconExternal />

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