🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@charlietango/react-docs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charlietango/react-docs - npm Package Compare versions

Comparing version

to
3.1.0

@@ -229,4 +229,4 @@ //

: dir.includes(typesDir)
? typesDir
: null;
? typesDir
: null;

@@ -239,4 +239,4 @@ if (matchedTypesDir) return true;

: dir.includes(componentsDir)
? componentsDir
: null;
? componentsDir
: null;

@@ -243,0 +243,0 @@ if (matchedDir) {

{
"name": "@charlietango/react-docs",
"description": "Generate docs using react-docgen, and output to Markdown, json or CSharp ViewModels.",
"version": "3.0.2",
"version": "3.1.0",
"main": "lib/index.js",

@@ -31,3 +31,3 @@ "bin": {

"dependencies": {
"@charlietango/react-docs-net": "^3.0.2",
"@charlietango/react-docs-net": "^3.1.0",
"chalk": "^2.4.1",

@@ -47,10 +47,10 @@ "execa": "^1.0.0",

"del": "^3.0.0",
"flow-bin": "^0.81.0",
"flow-bin": "^0.86.0",
"jest": "^23.6.0",
"jest-plugin-fs": "^2.7.0",
"minimist": "^1.2.0",
"prettier": "^1.14.3",
"strip-ansi": "^4.0.0"
"prettier": "^1.15.2",
"strip-ansi": "^5.0.0"
},
"gitHead": "f2125b80a607d8cd06bd76d58db71f368434c053"
"gitHead": "5e0a576e12a710a757e4c82ea78f5991e282191e"
}

Sorry, the diff of this file is not supported yet