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

dmd

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmd - npm Package Compare versions

Comparing version 3.0.12 to 3.0.13

2

helpers/helpers.js

@@ -40,3 +40,3 @@ 'use strict'

if (typeof input !== 'string') return null
return input.replace(/([\*|])/g, '\\$1')
return input.replace(/([\*|_])/g, '\\$1')
}

@@ -43,0 +43,0 @@

{
"name": "dmd",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.12",
"version": "3.0.13",
"description": "dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.",

@@ -6,0 +6,0 @@ "license": "MIT",

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