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 1.12.0 to 2.0.0

5

CHANGELOG.md

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

2.0.0 - (February 12, 2018)
------------------
### Changed
* Updated to use React 16
1.11.0 - (February 1, 2018)

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

2

docs/DEPENDENCIES.md

@@ -11,3 +11,3 @@ # Dependency Information

| react-docgen | ^2.15.0 | -- | A CLI and toolkit to extract information from React components for documentation generation. |
| terra-markdown | ^1.9.1 | ^15.4.2 | terra-markdown |
| terra-markdown | ^1.11.0 | ^15.4.2 | terra-markdown |

@@ -14,0 +14,0 @@ ## peerDependencies

@@ -95,3 +95,3 @@ 'use strict';

'span',
null,
{ key: curr.value + '-' + next.value },
' or '

@@ -98,0 +98,0 @@ ), next];

{
"name": "terra-props-table",
"main": "lib/PropsTable.js",
"version": "1.12.0",
"version": "2.0.0",
"description": "terra-props-table",

@@ -27,4 +27,4 @@ "repository": {

"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
"react": "^16.2.0",
"react-dom": "^16.2.0"
},

@@ -37,3 +37,3 @@ "dependencies": {

"react-docgen": "^2.15.0",
"terra-markdown": "^1.11.0"
"terra-markdown": "^2.0.0"
},

@@ -40,0 +40,0 @@ "scripts": {

@@ -45,3 +45,3 @@ /* eslint-disable import/no-extraneous-dependencies */

});
typeName = options.reduce((curr, next) => [curr, <span> or </span>, next]);
typeName = options.reduce((curr, next) => [curr, <span key={`${curr.value}-${next.value}`}> or </span>, next]);
} else if (typeName === 'shape') {

@@ -48,0 +48,0 @@ typeName = <span> an object structured like: <pre> {formatShape(type.value)} </pre></span>;

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