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.31.0 to 2.32.0

wdio.conf.js

6

CHANGELOG.md

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

2.32.0 - (August 14, 2019)
------------------
### Changed
* Minor dependency version bump
2.31.0 - (July 30, 2019)

@@ -13,2 +18,3 @@ ------------------

* Updated primsjs to ~1.17.1
* updated package.json test scripts

@@ -15,0 +21,0 @@ 2.30.0 - (July 24, 2019)

10

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

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

"precompile": "rm -rf lib",
"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"
"test": "npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js"
},
"gitHead": "0b893dc4a80250c0b485a5f205f2defde7c38ecf"
"gitHead": "d3a78e594d028b254196bacaaf2c84ebdc521cbe"
}
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