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

terra-markdown

Package Overview
Dependencies
Maintainers
6
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 0.2.0 to 0.3.0

2

lib/Markdown.js

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

require('terra-base/lib/baseStyles');
require('github-markdown-css');

@@ -17,0 +19,0 @@

5

package.json
{
"name": "terra-markdown",
"main": "lib/Markdown.js",
"version": "0.2.0",
"version": "0.3.0",
"description": "terra-markdown",

@@ -30,3 +30,4 @@ "repository": {

"marked": "^0.3.6",
"github-markdown-css": "^2.4.1"
"github-markdown-css": "^2.4.1",
"terra-base": "^0.x"
},

@@ -33,0 +34,0 @@ "scripts": {

import React, { PropTypes } from 'react';
import marked from 'marked';
import 'terra-base/lib/baseStyles';
// eslint-disable-next-line import/extensions

@@ -4,0 +5,0 @@ import 'github-markdown-css';

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