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.41.0 to 2.42.0

5

CHANGELOG.md

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

2.42.0 - (October 30, 2019)
------------------
### Fixed
* Fixed lint warnings for multiple empty lines
2.41.0 - (September 19, 2019)

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

4

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

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

},
"gitHead": "aa51388821f151a1f1b51efd57fc45b717c32517"
"gitHead": "e355aee8e493285aeb9a82d820f5339b880f348f"
}

@@ -13,3 +13,2 @@ const generateMarkdown = require('../../bin/generateMarkdown/generateMarkdown');

describe('generateMarkdown with valid input', () => {

@@ -16,0 +15,0 @@ it('should generate a markdown table', () => {

const generatePropRow = require('../../bin/generateMarkdown/generatePropRow');
it('should return a markdown row', () => {

@@ -60,3 +59,2 @@ const propName = 'children';

describe('when propName is null', () => {

@@ -63,0 +61,0 @@ it('should return a markdown row with an empty propName', () => {

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