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.17.0 to 2.18.0

6

CHANGELOG.md

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

2.18.0 - (January 2, 2019)
------------------
### Changed
* Updated code blocks to have sufficient color contrast
* Updated markdown headers to not have generated ids, preventing duplicated ids in change logs
2.17.0 - (November 19, 2018)

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

8

lib/Markdown.js

@@ -27,2 +27,8 @@ 'use strict';

/* eslint-disable import/extensions */
_marked2.default.setOptions({
headerIds: false
});
/* eslint-enable import/extensions */
var propTypes = {

@@ -34,5 +40,3 @@ /**

};
/* eslint-enable import/extensions */
var defaultProps = {

@@ -39,0 +43,0 @@ src: ''

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

@@ -6,0 +6,0 @@ "repository": {

@@ -10,2 +10,6 @@ import React from 'react';

marked.setOptions({
headerIds: false,
});
const propTypes = {

@@ -22,2 +26,3 @@ /**

/* eslint react/no-danger:0 */

@@ -24,0 +29,0 @@ const Markdown = props => (

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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