You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-docgen-typescript

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-docgen-typescript - npm Package Compare versions

Comparing version

to
1.20.1

3

lib/parser.js

@@ -154,2 +154,5 @@ "use strict";

if (propsType) {
if (!commentSource.valueDeclaration) {
return null;
}
var defaultProps = this.extractDefaultPropsFromComponent(commentSource, commentSource.valueDeclaration.getSourceFile());

@@ -156,0 +159,0 @@ var props = this.getPropsInfo(propsType, defaultProps);

2

package.json
{
"name": "react-docgen-typescript",
"version": "1.20.0",
"version": "1.20.1",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/styleguidist/react-docgen-typescript/",

Sorry, the diff of this file is not supported yet