Socket
Socket
Sign inDemoInstall

markdown-documentation-generator

Package Overview
Dependencies
73
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

5

index.js

@@ -159,3 +159,6 @@ #!/usr/bin/env node

const root = path.resolve(customOptions.rootFolder);
return path.relative(root, path.resolve(__dirname, folder));
return path.isAbsolute(folder)
? folder
: path.relative(root, path.resolve(__dirname, folder));
}

@@ -162,0 +165,0 @@

2

package.json
{
"name": "markdown-documentation-generator",
"version": "3.2.0",
"version": "3.2.1",
"description": "Searches files for markdown and generates a static style/documentation guide. A fork of markdown-styleguide-generator.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc