Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-markdown

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-markdown - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

package.json
{
"name": "graphql-markdown",
"version": "7.0.0",
"version": "7.0.1",
"description": "Generate documentation for your GraphQL schema in Markdown",

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

@@ -23,2 +23,11 @@ <div align="center">

## Support
Did this project bring you joy? Want to support updates? Check out
[my GitHub Sponsors page](https://github.com/sponsors/exogen).
Alternatively…
<a href="https://www.buymeacoffee.com/mosswood" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>
## Usage

@@ -25,0 +34,0 @@

@@ -253,4 +253,6 @@ 'use strict'

printer('<thead>')
printer('<tr>')
printer('<th align="left">Value</th>')
printer('<th align="left">Description</th>')
printer('</tr>')
printer('</thead>')

@@ -315,4 +317,6 @@ printer('<tbody>')

printer('<thead>')
printer('<tr>')
printer('<th align="left">Type</th>')
printer('<th align="left">Description</th>')
printer('</tr>')
printer('</thead>')

@@ -319,0 +323,0 @@ printer('<tbody>')

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