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

@charlietango/react-docs

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

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.0

14

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

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

"dependencies": {
"@charlietango/react-docs-net": "^2.5.0",
"@charlietango/react-docs-net": "^3.0.0",
"chalk": "^2.4.1",

@@ -39,3 +39,3 @@ "execa": "^0.10.0",

"mkdirp": "^0.5.1",
"react-docgen": "^3.0.0-beta9",
"react-docgen": "^2.21.0",
"react-docs-markdown": "^0.7.0"

@@ -46,11 +46,11 @@ },

"babel-preset-react": "^6.24.1",
"chokidar": "^2.0.3",
"chokidar": "^2.0.4",
"del": "^3.0.0",
"flow-bin": "^0.73.0",
"jest": "^23.1.0",
"flow-bin": "^0.76.0",
"jest": "^23.4.1",
"jest-plugin-fs": "^2.7.0",
"minimist": "^1.2.0",
"prettier": "^1.13.3",
"prettier": "^1.13.7",
"strip-ansi": "^4.0.0"
}
}