Socket
Socket
Sign inDemoInstall

terra-props-table

Package Overview
Dependencies
Maintainers
7
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.10.1 to 1.11.0

src/PropsTable.jsx

2

bin/generateMarkdown/generatePropType.js
function formatShape(shape) {
return JSON.stringify(shape, null, 1);
return JSON.stringify(shape, null, null);
}

@@ -4,0 +4,0 @@

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

1.10.0 - (January 18, 2018)
------------------
### Changed
* Force JSON.stringify to output with no spaces.
1.9.0 - (October 6, 2017)

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

@@ -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.0 | ^15.4.2 | terra-markdown |
| terra-markdown | ^1.9.1 | ^15.4.2 | terra-markdown |

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

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

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

"react-docgen": "^2.15.0",
"terra-markdown": "^1.9.1"
"terra-markdown": "^1.10.0"
},

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

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