New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-markdown-el

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-markdown-el - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

ReactMarkdown.js

2

index.js

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

module.exports = require('./ReactMarkdownEl');
module.exports = require('./ReactMarkdown');
{
"name": "react-markdown-el",
"version": "0.0.1",
"version": "1.0.0",
"description": "A simple React component that parses and renders markdown text",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,5 +14,5 @@ react-markdown-el

Simple usage just takes in markdown as a `text` property:
Basic usage just takes in markdown as a `text` property:
var MarkdownEl = require('react-markdown-el');
var Markdown = require('react-markdown-el');

@@ -23,3 +23,3 @@ ...

return (
<MarkdownEl text={text}/>
<Markdown text={text}/>
)

@@ -31,5 +31,5 @@ }

<MarkdownEl el="a"
href="http://example.com"
className="custom-markdown-link"
text={text} />
<Markdown el="a"
href="http://example.com"
className="custom-markdown-link"
text={text} />
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