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

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 6.0.4 to 6.0.5

6

CHANGELOG.md

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

6.0.5 / 2016-06-01
------------------
- Process `\r` the same way as `\n` and `\r\n\`, #252.
6.0.4 / 2016-05-30

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

2

lib/rules_core/normalize.js

@@ -6,3 +6,3 @@ // Normalize input string

var NEWLINES_RE = /\r[\n\u0085]|[\u2424\u2028\u0085]/g;
var NEWLINES_RE = /\r[\n\u0085]?|[\u2424\u2028\u0085]/g;
var NULL_RE = /\u0000/g;

@@ -9,0 +9,0 @@

{
"name": "markdown-it",
"version": "6.0.4",
"version": "6.0.5",
"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