Socket
Socket
Sign inDemoInstall

terra-markdown

Package Overview
Dependencies
Maintainers
11
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-markdown - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

6

CHANGELOG.md

@@ -7,2 +7,8 @@ Changelog

2.14.0 - (September 5, 2018)
------------------
### Changed
* Bumped minimum react peerDependency version from ^16.2.0 to ^16.4.2
* Bumped minimum react-dom peerDependency version from ^16.2.0 to ^16.4.2
2.13.0 - (August 29, 2018)

@@ -9,0 +15,0 @@ ------------------

2

docs/DEPENDENCIES.md

@@ -7,3 +7,3 @@ # Dependency Information

| github-markdown-css | ^2.4.1 | -- | The minimal amount of CSS to replicate the GitHub Markdown style |
| marked | ^0.3.6 | -- | A markdown parser built for speed |
| marked | 0.5.0 | | |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |

@@ -10,0 +10,0 @@

{
"name": "terra-markdown",
"main": "lib/Markdown.js",
"version": "2.13.0",
"description": "terra-markdown",
"version": "2.14.0",
"description": "React component to display the content of markdown files.",
"repository": {

@@ -24,4 +24,4 @@ "type": "git",

"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": "^16.4.2",
"react-dom": "^16.4.2"
},

@@ -28,0 +28,0 @@ "dependencies": {

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