Socket
Socket
Sign inDemoInstall

terra-props-table

Package Overview
Dependencies
Maintainers
9
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-props-table - npm Package Compare versions

Comparing version 2.44.0 to 2.45.0

clinical-lowlight-wdio.conf.js

5

CHANGELOG.md

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

2.45.0 - (February 18, 2020)
------------------
### Added
* Added generated-themes to .npmignore
2.44.0 - (January 7, 2020)

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

11

package.json
{
"name": "terra-props-table",
"main": "lib/PropsTable.js",
"version": "2.44.0",
"version": "2.45.0",
"description": "React component to render a table view for the props metadata of another react component.",

@@ -36,3 +36,3 @@ "repository": {

"react-docgen": "^2.15.0",
"terra-markdown": "^2.37.0"
"terra-markdown": "^2.38.0"
},

@@ -47,5 +47,8 @@ "scripts": {

"jest": "jest --config ../../jestconfig.js",
"wdio": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.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": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "38c0740229841ed18a7817a8aebf4ae082e45106"
"gitHead": "386cab01eec19d715778905a31bdcfd448e6e1b2"
}
const path = require('path');
const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf');
wdioConf.config.specs = [path.join(__dirname, 'test*', 'wdio', '**', '*-spec.js')];
wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')];
exports.config = wdioConf.config;
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