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

builddocs

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builddocs - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "builddocs",
"version": "1.0.2",
"version": "1.0.3",
"description": "Build documentation files from commented source code",

@@ -31,6 +31,6 @@ "main": "src/builddocs.js",

"getdocs-ts": "^0.1.1",
"markdown-it": "^6.0.5",
"markdown-it-deflist": "^2.0.0",
"markdown-it": "^13.0.1",
"markdown-it-deflist": "^2.1.0",
"mold-template": "^2.0.0"
}
}

@@ -55,2 +55,6 @@ # builddocs

* **`extendMarkdown`**`: ?(md: MarkdownIt) → MarkdownIt` A function
that adds extensions to the [markdown-it](https://github.com/markdown-it/markdown-it)
instance used to render the content.
* **`breakAt`**`: ?number` When given, type or property lists whose

@@ -57,0 +61,0 @@ (estimated) length is equal to or greater than the given value will

@@ -49,2 +49,3 @@ let fs = require("fs")

let markdown = require("markdown-it")(mdOptions).use(require("markdown-it-deflist"))
if (config.extendMarkdown) markdown = config.extendMarkdown(markdown)
let mold = loadHTMLTemplates(markdown, config, items)

@@ -51,0 +52,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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