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

@graphql-markdown/docusaurus

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-markdown/docusaurus - npm Package Versions

1.15.0

Diff
edno
published 1.15.0 •
edno
published 1.14.0 •

Changelog

Source

1.14.0 - 2022-10-04

‼️ The package has been renamed to @graphql-markdown/docusaurus. ‼️

Migration
  • Remove the old package: npm uninstall @edno/docusaurus2-graphql-doc-generator
  • Install the new package: npm install @graphql-markdown/docusaurus
  • Update docusaurus.config.js
    module.exports = {
      // ...
      plugins: [
        [
    --    "@edno/docusaurus2-graphql-doc-generator",
    ++    "@graphql-markdown/docusaurus",
          {
             // ... settings are unchanged
          },
        ],
      ],
      // ...
    };
    

[Changes][1.14.0]

<a id="1.13.1"></a>