Socket
Socket
Sign inDemoInstall

flow-upgrade

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-upgrade

A utility for upgrading your codebase to the latest version of Flow.


Version published
Weekly downloads
3.2K
increased by11.84%
Maintainers
1
Weekly downloads
 
Created
Source

flow-upgrade

A utility for upgrading your codebase to the latest version of Flow.

To run this utility to upgrade your codebase you can use yarn create:

yarn create flow-upgrade

This is a shorter version which is equivalent to:

yarn global add flow-upgrade
flow-upgrade

You may also use npx:

npx flow-upgrade

Options

By default, Flow will only upgrade files that have an // @flow header comment. If you want to upgrade all of your JavaScript files you may pass in the --all:

yarn create flow-upgrade --all

FAQs

Package last updated on 10 Aug 2017

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