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.0.8 to 4.0.9

6

CHANGELOG.md

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

## 4.0.9 - 2019-06-22
### Fixes
* (Typings) Make transformLinkUri & transformImageUri actually nullable (Florentin Luca Rieger)
## 4.0.8 - 2019-04-14

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

4

index.d.ts

@@ -79,4 +79,4 @@ // Type definitions for react-markdown > v3.3.0

readonly linkTarget?: string | LinkTargetResolver
readonly transformLinkUri?: (uri: string, children?: ReactNode, title?: string) => string
readonly transformImageUri?: (uri: string, children?: ReactNode, title?: string, alt?: string) => string
readonly transformLinkUri?: ((uri: string, children?: ReactNode, title?: string) => string) | null
readonly transformImageUri?: ((uri: string, children?: ReactNode, title?: string, alt?: string) => string) | null
readonly unwrapDisallowed?: boolean

@@ -83,0 +83,0 @@ readonly renderers?: {[nodeType: string]: ReactType}

{
"name": "react-markdown",
"description": "Renders Markdown as React components",
"version": "4.0.8",
"version": "4.0.9",
"keywords": [

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

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