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 4.1.2 to 4.2.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

4.2.0 / 2015-04-21
------------------
- Bumped [linkify-it](https://github.com/markdown-it/linkify-it) version to
1.1.0. Now links with IP hosts and without protocols are not linkified by
default, due possible collisions with some version numbers patterns (0.5.0.0).
You still can return back old behaviour by `md.linkify.set({ fuzzyIP: true })`.
4.1.2 / 2015-04-19

@@ -2,0 +11,0 @@ ------------------

8

package.json
{
"name": "markdown-it",
"version": "4.1.2",
"version": "4.2.0",
"description": "Markdown-it - modern pluggable markdown parser.",

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

"dependencies": {
"argparse": "~1.0.0",
"argparse": "~1.0.2",
"entities": "~1.1.1",
"linkify-it": "~1.0.1",
"linkify-it": "~1.1.0",
"mdurl": "~1.0.0",

@@ -33,3 +33,3 @@ "uc.micro": "^1.0.0"

"browserify": "*",
"chai": "^2.1.0",
"chai": "^2.2.0",
"commonmark": "~0.18.1",

@@ -36,0 +36,0 @@ "coveralls": "~2.11.2",

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