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

documentary

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentary - npm Package Compare versions

Comparing version 1.34.5 to 1.34.6

1

build/components/Typedef/index.js

@@ -61,2 +61,3 @@ const { h } = require('preact');

const res = type.toMarkdown(allTypes, opts)
if (level) res.LINE = res.LINE.replace(/t-type/, `${'#'.repeat(level)}-type`)
return res

@@ -63,0 +64,0 @@ }

## 17 December 2019
### [1.34.6](https://github.com/artdecocode/documentary/compare/v1.34.5...v1.34.6)
- [fix] Fix levels for types via `<typedef>` element.
### [1.34.5](https://github.com/artdecocode/documentary/compare/v1.34.4...v1.34.5)

@@ -4,0 +8,0 @@

6

package.json
{
"name": "documentary",
"version": "1.34.5",
"version": "1.34.6",
"description": "Documentation Compiler To Generate The Table Of Contents, Embed Examples With Their Output, Make Markdown Tables, Maintain Typedefs For JavaScript And README, Watch Changes To Push, Use Macros And Prettify API Titles.",

@@ -26,3 +26,3 @@ "main": "build",

"build": "yarn-s b doc",
"up": "yarn-up -e preact",
"up": "yarn-up -e preact -u",
"args": "argufy types/arguments.xml -o src/bin/get-args.js"

@@ -122,4 +122,4 @@ },

"preact": "8.5.3",
"typal": "^1.24.1"
"typal": "^1.24.2"
}
}
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