New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 1.34.7

5

build/components/Typedef/index.js

@@ -132,6 +132,9 @@ const { h } = require('preact');

}) : de
let hasCodes
if (prop.examples.length) {
desc += `\n${makeExamples(prop.examples)}`
hasCodes = true
} else {
hasCodes = new RegExp(codeRe.source, codeRe.flags).test(prop.args ? desc : prop.description)
}
const hasCodes = new RegExp(codeRe.source, codeRe.flags).test(prop.args ? desc : prop.description)
desc = desc + '\n '

@@ -138,0 +141,0 @@ if (hasCodes) desc = '\n\n' + desc

@@ -0,1 +1,7 @@

## 18 December 2019
### [1.34.7](https://github.com/artdecocode/documentary/compare/v1.34.6...v1.34.7)
- [fix] Fix examples for properties.
## 17 December 2019

@@ -2,0 +8,0 @@

4

package.json
{
"name": "documentary",
"version": "1.34.6",
"version": "1.34.7",
"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.",

@@ -121,4 +121,4 @@ "main": "build",

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