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 12.0.5 to 12.0.6

6

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [12.0.6] - 2021-04-16
### Fixed
- Newline in `alt` should be rendered, #775.
## [12.0.5] - 2021-04-15

@@ -561,2 +566,3 @@ ### Fixed

[12.0.6]: https://github.com/markdown-it/markdown-it/compare/12.0.5...12.0.6
[12.0.5]: https://github.com/markdown-it/markdown-it/compare/12.0.4...12.0.5

@@ -563,0 +569,0 @@ [12.0.4]: https://github.com/markdown-it/markdown-it/compare/12.0.3...12.0.4

2

lib/renderer.js

@@ -303,2 +303,4 @@ /**

result += this.renderInlineAsText(tokens[i].children, options, env);
} else if (tokens[i].type === 'softbreak') {
result += '\n';
}

@@ -305,0 +307,0 @@ }

2

package.json
{
"name": "markdown-it",
"version": "12.0.5",
"version": "12.0.6",
"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