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

@raycast/generate-docs

Package Overview
Dependencies
Maintainers
8
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raycast/generate-docs - npm Package Compare versions

Comparing version 0.7.4 to 0.7.5

8

markdown.js

@@ -23,3 +23,5 @@ const path = require("path");

anchors.find((x) => x.anchor === `${componentName}.Children`)
? replaceLinksInDescription(`{@link ${componentName}.Children}`)
? replaceLinksInDescription(
`<code>{@link ${componentName}.Children}</code>`
)
: formatTypeString(type)

@@ -43,3 +45,5 @@ } | ${replaceLinksInDescription(def || "-")} |`

anchors.find((x) => x.anchor === `${interfaceName}.Children`)
? replaceLinksInDescription(`{@link ${interfaceName}.Children}`)
? replaceLinksInDescription(
`<code>{@link ${componentName}.Children}</code>`
)
: formatTypeString(type)

@@ -46,0 +50,0 @@ } |`

{
"name": "@raycast/generate-docs",
"version": "0.7.4",
"version": "0.7.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "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