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.21.0 to 2.22.0

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

8

CHANGELOG.md

@@ -7,2 +7,10 @@ Changelog

2.22.0 - (February 26, 2019)
------------------
### Changed
* Minor dependency version bump
### Changed
* Add styles to increase text contrast for block quotes
2.21.0 - (February 5, 2019)

@@ -9,0 +17,0 @@ ------------------

8

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

@@ -28,2 +28,3 @@ "repository": {

"dependencies": {
"classnames": "^2.2.5",
"github-markdown-css": "^2.4.1",

@@ -40,5 +41,6 @@ "marked": "0.5.0",

"lint:scss": "stylelint src/**/*.scss",
"test": "npm run test:jest",
"test:jest": "jest --config ../../jestconfig.js"
"test": "npm run test:jest && npm run test:wdio",
"test:jest": "jest --config ../../jestconfig.js",
"test:wdio": "../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js"
}
}

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

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

@@ -28,0 +27,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