🚀 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.0.2

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

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

"dependencies": {
"@charlietango/react-docs-net": "^3.0.0",
"@charlietango/react-docs-net": "^3.0.2",
"chalk": "^2.4.1",
"execa": "^0.10.0",
"execa": "^1.0.0",
"globby": "^8.0.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"meow": "^5.0.0",

@@ -47,9 +47,10 @@ "mkdirp": "^0.5.1",

"del": "^3.0.0",
"flow-bin": "^0.76.0",
"jest": "^23.4.1",
"flow-bin": "^0.81.0",
"jest": "^23.6.0",
"jest-plugin-fs": "^2.7.0",
"minimist": "^1.2.0",
"prettier": "^1.13.7",
"prettier": "^1.14.3",
"strip-ansi": "^4.0.0"
}
},
"gitHead": "f2125b80a607d8cd06bd76d58db71f368434c053"
}

@@ -36,3 +36,3 @@ # React Docs

* Flow `number` is converted to `int`. Use `@type {TYPE}` in comment tag for the prop, to change the number type.
- Flow `number` is converted to `int`. Use `@type {TYPE}` in comment tag for the prop, to change the number type.

@@ -59,4 +59,4 @@ ### Config

* `@internal` - Ignore this prop - It's only used internally in the React App.
* `@type` - Set a specific C# type for this prop - Like `decimal`
- `@internal` - Ignore this prop - It's only used internally in the React App.
- `@type` - Set a specific C# type for this prop - Like `decimal`

@@ -63,0 +63,0 @@ ## Example input files