Socket
Socket
Sign inDemoInstall

markdown-it

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it - npm Package Compare versions

Comparing version 8.4.1 to 8.4.2

2

bin/markdown-it.js

@@ -89,3 +89,3 @@ #!/usr/bin/env node

md = require('..')({
html: !options['no-html'],
html: !options.no_html,
xhtmlOut: false,

@@ -92,0 +92,0 @@ typographer: options.typographer,

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

8.4.2 / 2018-02-15
------------------
- Fix `--no-html` CLI option, #476.
8.4.1 / 2018-02-15

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

@@ -107,3 +107,3 @@ /**

*
* Replace existing typorgapher replacement rule with new one:
* Replace existing typographer replacement rule with new one:
*

@@ -110,0 +110,0 @@ * ```javascript

{
"name": "markdown-it",
"version": "8.4.1",
"version": "8.4.2",
"description": "Markdown-it - modern pluggable markdown parser.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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