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

react-markdown

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-markdown - npm Package Versions

1
10

2.4.2

Diff

Changelog

Source

2.4.2 - 2016-07-09

Added

  • Added UMD-build (umd/react-markdown.js) (Espen Hovlandsdal)
rexxars
published 2.4.1 •

Changelog

Source

2.4.1 - 2016-07-09

Changes

  • Update commonmark-react-renderer, fixing a bug with missing nodes (Espen Hovlandsdal)
rexxars
published 2.4.0 •

Changelog

Source

2.4.0 - 2016-07-09

Changes

  • Plain DOM-node renderers are now given only their respective props. Fixes warnings when using React >= 15.2 (Espen Hovlandsdal)

Added

  • New transformImageUri option allows you to transform URIs for images (Petri Lehtinen)
rexxars
published 2.3.0 •

Changelog

Source

2.3.0 - 2016-06-06

Added

  • The walker instance is now passed to the walker callback function (Riku Rouvila)
rexxars
published 2.2.0 •

Changelog

Source

2.2.0 - 2016-04-20

  • Add childBefore/childAfter options (Thomas Lindstrøm)
rexxars
published 2.1.1 •

Changelog

Source

2.1.1 - 2016-03-25

  • Add containerProps option (Thomas Lindstrøm)
rexxars
published 2.1.0 •

Changelog

Source

2.1.0 - 2016-03-12

Changes

  • Join sibling text nodes into one text node (Espen Hovlandsdal)
rexxars
published 2.0.1 •

Changelog

Source

2.0.1 - 2016-02-21

Changed

  • Update commonmark-react-renderer dependency to latest version to add keys to all elements and simplify custom renderers
rexxars
published 2.0.0 •

Changelog

Source

2.0.0 - 2016-02-21

Changed

  • Breaking change: The renderer now requires Node 0.14 or higher. This is because the renderer uses stateless components internally.
  • Breaking change: allowNode now receives different properties in the options argument. See README.md for more details.
  • Breaking change: CommonMark has changed some type names. Html is now HtmlInline, Header is now Heading and HorizontalRule is now ThematicBreak. This affects the allowedTypes and disallowedTypes options.
  • Breaking change: A bug in the allowedTypes/disallowedTypes and allowNode options made them only applicable to certain types. In this version, all types are filtered, as expected.
  • Breaking change: Link URIs are now filtered through an XSS-filter by default, prefixing “dangerous” protocols such as javascript: with x- (eg: javascript:alert('foo') turns into x-javascript:alert('foo')). This can be overridden with the transformLinkUri-option. Pass null to disable the feature or a custom function to replace the built-in behaviour.

Added

  • New renderers option allows you to customize which React component should be used for rendering given types. See README.md for more details. (Espen Hovlandsdal / Guillaume Plique)
  • New unwrapDisallowed option allows you to select if the contents of a disallowed node should be “unwrapped” (placed into the disallowed node position). For instance, setting this option to true and disallowing a link would still render the text of the link, instead of the whole link node and all it’s children disappearing. (Espen Hovlandsdal)
  • New transformLinkUri option allows you to transform URIs in links. By default, an XSS-filter is used, but you could also use this for use cases like transforming absolute to relative URLs, or similar. (Espen Hovlandsdal)
rexxars
published 1.2.4 •

Changelog

Source

1.2.4 - 2016-01-28

Changed

  • Rolled back dependencies because of breaking changes
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