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

processmd

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

processmd - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

defaultOptions.js

@@ -34,4 +34,4 @@ module.exports = {

stdout: false,
// Custom markdown renderer function, null to use the default: `marked`.
// Custom markdown renderer function, null to use the default: `markdown-it`.
markdownRenderer: null
}
{
"name": "processmd",
"version": "4.0.0",
"version": "4.0.1",
"description": "Process a directory of markdown and yaml files to JSON files",

@@ -41,3 +41,2 @@ "main": "index.js",

"markdown-it-highlight": "^0.2.0",
"marked": "^0.3.6",
"mkdirp": "^0.5.1",

@@ -44,0 +43,0 @@ "remove-markdown": "^0.1.0",

@@ -154,4 +154,4 @@ # processmd

stdout: false,
// Custom markdown renderer function, null to use the default: `marked`.
markdownRenderer: null,
// Custom markdown renderer function, null to use the default: `markdown-it`.
markdownRenderer: null
}

@@ -158,0 +158,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