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.33.2 to 1.33.3

2

build/components/Html.js

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

{
re: /\[(.+?)\]\((.+?)\)/,
re: /\[(.+?)\]\((.+?)\)/g,
replacement(m, title, href, i) {

@@ -40,0 +40,0 @@ // toc-links regex does not accept a-hrefs

@@ -36,3 +36,3 @@ const { SyncReplaceable, makeCutRule, makePasteRule, makeMarkers } = require('../../stdlib');

{
re: /\[(.+?)\]\((.+?)\)/,
re: /\[(.+?)\]\((.+?)\)/g,
replacement(m, title, href, i) {

@@ -39,0 +39,0 @@ // toc-links regex does not accept a-hrefs

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

## 18 September 2019
### [1.33.3](https://github.com/artdecocode/documentary/compare/v1.33.2...v1.33.3)
- [fix] Place more than one link with _Html_ component.
## 15 September 2019

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

{
"name": "documentary",
"version": "1.33.2",
"version": "1.33.3",
"description": "A Documentation Pre-processor 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.",

@@ -5,0 +5,0 @@ "main": "build",

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