Socket
Socket
Sign inDemoInstall

terra-markdown

Package Overview
Dependencies
Maintainers
10
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.33.0 to 2.34.0

6

CHANGELOG.md

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

2.34.0 - (September 6, 2019)
------------------
### Added
* Props table markdown file import added to doc site page
* Added package.json import to doc page
2.33.0 - (August 21, 2019)

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

2

lib/terra-dev-site/doc/markdown/Markdown.doc.js

@@ -18,2 +18,4 @@ "use strict";

require("../../../../package.json");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -20,0 +22,0 @@

4

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

@@ -43,3 +43,3 @@ "repository": {

},
"gitHead": "37723a89a2355ab6990c3ea974ad4a6764bcfa42"
"gitHead": "136f56d7acaefb2e95e81f7024aa93363f04ff18"
}

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

import styles from './Markdown.module.scss';
import '../../../../package.json';

@@ -8,0 +9,0 @@ const cx = classNames.bind(styles);

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