Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flow-types-viewer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-types-viewer

Util to view flow types in project

  • 0.11.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

flow-types-viewer

Creates an abstract tree view, that encompasses all types in given files and all dependent and built in types

Installation
npm i flow-types-viewer -g
Usage
flow-types-viewer [options] [dir] <dirs...>
Usage examples

First usage:

flow-types-viewer ./types -v -b -o ./docs

Rebuild data for viewer

flow-types-viewer ./types -b -o ./docs
Options
    -V, --version                   output the version number
    [dir] <dirs...>                 parse the given directories and files
    -t, --text                      output result to text in console
    -j, --json <jsonPath>           output the processed flow types to json along the given path
    -v, --viewer                    build viewer
    -b, --builtins                  create abstract tree of builtin types (dom, bom, etc)
    -o, --output [outputDirectory]  path where the build and flow types data will be (default: ./flow-types-viewer/)
    -h, --help                      output usage information
Examples

Builtin types: https://gloooom.github.io/flow-types-viewer

FAQs

Package last updated on 23 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc