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 Compare versions

Comparing version 8.0.2 to 8.0.3

28

lib/react-markdown.js

@@ -144,3 +144,15 @@ /**

PropTypes.func,
PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.object, PropTypes.func]))
PropTypes.arrayOf(
PropTypes.oneOfType([
PropTypes.bool,
PropTypes.string,
PropTypes.object,
PropTypes.func,
PropTypes.arrayOf(
// prettier-ignore
// type-coverage:ignore-next-line
PropTypes.any
)
])
)
])

@@ -152,3 +164,15 @@ ),

PropTypes.func,
PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.object, PropTypes.func]))
PropTypes.arrayOf(
PropTypes.oneOfType([
PropTypes.bool,
PropTypes.string,
PropTypes.object,
PropTypes.func,
PropTypes.arrayOf(
// prettier-ignore
// type-coverage:ignore-next-line
PropTypes.any
)
])
)
])

@@ -155,0 +179,0 @@ ),

6

package.json
{
"name": "react-markdown",
"version": "8.0.2",
"version": "8.0.3",
"description": "React component to render markdown",

@@ -103,4 +103,4 @@ "license": "MIT",

"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-is": "^17.0.0",

@@ -107,0 +107,0 @@ "c8": "^7.0.0",

@@ -96,13 +96,13 @@ <!--

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import ReactMarkdown from 'https://cdn.skypack.dev/react-markdown@7?dts'
import ReactMarkdown from 'https://esm.sh/react-markdown@7'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import ReactMarkdown from 'https://cdn.skypack.dev/react-markdown@7?min'
import ReactMarkdown from 'https://esm.sh/react-markdown@7?bundle'
</script>

@@ -703,3 +703,3 @@ ```

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

@@ -706,0 +706,0 @@ [health]: https://github.com/remarkjs/.github

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