terra-props-table
Advanced tools
Comparing version 2.41.0 to 2.42.0
@@ -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 @@ ------------------ |
{ | ||
"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', () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86151
1