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

react-markdown

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-markdown - npm Package Compare versions

Comparing version 4.2.2 to 4.3.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## 4.3.0 - 2020-01-02
### Fixes
- (Typings) Add typings for `react-markdown/html-parser` (Peng Guanwen)
## 4.2.2 - 2019-09-03

@@ -7,0 +13,0 @@

@@ -137,1 +137,8 @@ // Type definitions for react-markdown > v3.3.0

export = ReactMarkdown
declare module 'react-markdown/with-html' {
import {Component} from 'react'
import ReactMarkdownRoot from 'react-markdown'
export default class ReactMarkdown extends Component<ReactMarkdownRoot.ReactMarkdownProps, {}> {}
}

2

package.json
{
"name": "react-markdown",
"description": "Renders Markdown as React components",
"version": "4.2.2",
"version": "4.3.0",
"keywords": [

@@ -6,0 +6,0 @@ "markdown",

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