New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

documentation-markdown-themes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentation-markdown-themes - npm Package Compare versions

Comparing version 13.1.1 to 13.1.2

2

package.json
{
"name": "documentation-markdown-themes",
"description": "a documentation generator with markdown theme support",
"version": "13.1.1",
"version": "13.1.2",
"author": "Tom MacWright",

@@ -6,0 +6,0 @@ "homepage": "https://documentation.js.org",

@@ -220,3 +220,3 @@ const u = require('unist-builder');

[u('text', isSingle ? 'Example:' : 'Examples:')].concat(
comment.examples.reduce(function(memo, example) {
comment.examples.reduce(function (memo, example) {
const language = hljsOptions.highlightAuto

@@ -321,3 +321,3 @@ ? hljs.highlightAuto(example.description).language

u('listItem', [
u('strong', [u('text', 'See: ')].concat(see.children))
u('strong', [u('text', 'See: ')].concat(see.description.children))
])

@@ -477,2 +477,9 @@ )

)
.concat(
!!comment.members.events.length &&
comment.members.events.reduce(
(memo, child) => memo.concat(generate(depth + 1, child)),
[]
)
)
.concat(seeLink(comment))

@@ -479,0 +486,0 @@

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