Socket
Socket
Sign inDemoInstall

markdown-to-jsx

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-to-jsx - npm Package Compare versions

Comparing version 4.0.1-beta to 4.0.2-beta

6

CHANGELOG.md

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

### 4.0.2-beta (September 25, 2016)
4249c15 Fix rendering of inline code tags -- thank you @sapegin!
---
### 4.0.1-beta (September 16, 2016)

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

2

index.es5.js

@@ -377,3 +377,3 @@ 'use strict';

if (ast.type === 'code') {
if (ast.type === 'code' && ast.value) {
return _react2.default.createElement(

@@ -380,0 +380,0 @@ 'pre',

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "4.0.1-beta",
"version": "4.0.2-beta",
"engines": {

@@ -9,0 +9,0 @@ "node": ">= 4"

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