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.8.10 to 0.8.11

2

package.json
{
"name": "@raycast/generate-docs",
"version": "0.8.10",
"version": "0.8.11",
"description": "",

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

@@ -47,4 +47,4 @@ // @ts-check

throw new Error(
`Unsupported prop type for ${prop.parent}'s ${
prop.name
`Unsupported prop type for ${context.parent}'s ${
context.name
} in getPropTypeString\n${JSON.stringify(

@@ -145,4 +145,4 @@ prop,

throw new Error(
`Unsupported type for ${prop.parent}'s ${
prop.name
`Unsupported type for ${context.parent}'s ${
context.name
} in getTypeString\n${JSON.stringify(

@@ -189,6 +189,6 @@ item,

alias || item.name
}" when try to get the type of ${prop.parent}'s ${
prop.name
}" when try to get the type of ${context.parent}'s ${
context.name
} so we could not generate the link.\nYou probably need to find the markdown file where ${
prop.parent
context.parent
} is documented and add a "### ${

@@ -195,0 +195,0 @@ alias || item.name

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