Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.0 to 2.1.0

4

docs/DEPENDENCIES.md

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

|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| react | ^16.2.0 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^16.2.0 | ^16.0.0 | React package for working with the DOM. |

@@ -25,2 +25,4 @@ 'use strict';

/* github-markdown-css's main entry in package.json resolves to a CSS file and this seems to be causing issues with eslint */
/* eslint-disable import/extensions */
var propTypes = {

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

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

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

{
"name": "terra-markdown",
"main": "lib/Markdown.js",
"version": "2.0.0",
"version": "2.1.0",
"description": "terra-markdown",

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

import React from 'react';
import PropTypes from 'prop-types';
import marked from 'marked';
/* github-markdown-css's main entry in package.json resolves to a CSS file and this seems to be causing issues with eslint */
/* eslint-disable import/extensions */
import 'github-markdown-css';
/* eslint-enable import/extensions */
import './Markdown.scss';

@@ -6,0 +9,0 @@

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