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

terra-markdown

Package Overview
Dependencies
Maintainers
9
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.39.0 to 2.40.0

5

CHANGELOG.md

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

2.40.0 - (June 9, 2020)
------------------
### Changed
* Update wdio test configuration to use root wdio config
2.39.0 - (April 28, 2020)

@@ -9,0 +14,0 @@ ------------------

4

lib/Markdown.js

@@ -88,5 +88,5 @@ "use strict";

dangerouslySetInnerHTML: {
__html: (0, _marked.default)(props.src, _objectSpread({}, props.baseUrl && {
__html: (0, _marked.default)(props.src, _objectSpread(_objectSpread({}, props.baseUrl && {
baseUrl: props.baseUrl
}, {}, props.hasHeadingAnchors && {
}), props.hasHeadingAnchors && {
renderer: renderer

@@ -93,0 +93,0 @@ }))

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

@@ -39,10 +39,10 @@ "repository": {

"precompile": "rm -rf lib",
"test": "npm run jest && npm run wdio",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "5e0b4b9f28277197ff0dfba8ff6ba0e60ebd0672"
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352"
}
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