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

#!/usr/bin/env node
const docs = require('../lib/index');
const chalk = require('chalk');
const chalk = require('ansi-colors');
const meow = require('meow');

@@ -5,0 +5,0 @@

@@ -7,3 +7,3 @@ //

const globby = require('globby');
const chalk = require('chalk');
const chalk = require('ansi-colors');
const mkdirp = require('mkdirp');

@@ -10,0 +10,0 @@ const fakeFlowComponent = require('./utils/fake-flow-component');

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

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

"dependencies": {
"@charlietango/react-docs-net": "^3.1.0",
"chalk": "^2.4.1",
"@charlietango/react-docs-net": "^3.2.0",
"ansi-colors": "^3.2.2",
"execa": "^1.0.0",

@@ -47,3 +47,3 @@ "globby": "^8.0.1",

"del": "^3.0.0",
"flow-bin": "^0.86.0",
"flow-bin": "^0.87.0",
"jest": "^23.6.0",

@@ -55,3 +55,3 @@ "jest-plugin-fs": "^2.7.0",

},
"gitHead": "5e0a576e12a710a757e4c82ea78f5991e282191e"
"gitHead": "1e8df2d63714f2bca3e03b89997a02ca3ba0ef4d"
}

Sorry, the diff of this file is not supported yet