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.46.0 to 2.47.0

6

CHANGELOG.md

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

2.47.0 - (June 9, 2020)
------------------
### Changed
* Minor file changes to comply with eslint rules
* Update wdio test configuration to use root wdio config
2.46.0 - (April 28, 2020)

@@ -9,0 +15,0 @@ ------------------

2

lib/terra-dev-site/test/props-table-test/MockComponent.js

@@ -81,3 +81,3 @@ "use strict";

var MockComponent = function MockComponent(props) {
return _react.default.createElement('span', JSON.stringify({
return /*#__PURE__*/_react.default.createElement('span', JSON.stringify({
props: props

@@ -84,0 +84,0 @@ }));

@@ -38,3 +38,3 @@ "use strict";

var MockComponent = function MockComponent(props) {
return _react.default.createElement('span', JSON.stringify({
return /*#__PURE__*/_react.default.createElement('span', JSON.stringify({
props: props

@@ -41,0 +41,0 @@ }));

{
"name": "terra-props-table",
"main": "lib/PropsTable.js",
"version": "2.46.0",
"version": "2.47.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.39.0"
"terra-markdown": "^2.40.0"
},

@@ -45,10 +45,10 @@ "scripts": {

"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"
}

@@ -43,3 +43,3 @@ import React from 'react';

{' '}
array of objects structured like:
array of objects structured like:
<pre className={cx('props-table-pre')}>

@@ -60,3 +60,3 @@ {' '}

{' '}
an object structured like:
an object structured like:
<pre className={cx('props-table-pre')}>

@@ -81,3 +81,3 @@ {' '}

{' '}
an object structured like:
an object structured like:
<pre className={cx('props-table-pre')}>

@@ -137,3 +137,3 @@ {' '}

{' '}
Props
Props
</h2>

@@ -140,0 +140,0 @@ <table {...customProps} className={tableClassNames}>

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