| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2026-09-04 | 1.5 kB | |
| flow-win64-v0.331.0.zip | 2026-09-04 | 38.8 MB | |
| flow-osx-arm64-v0.331.0.zip | 2026-09-04 | 31.3 MB | |
| flow-linux-arm64-v0.331.0.zip | 2026-09-04 | 32.6 MB | |
| flow-linux64-v0.331.0.zip | 2026-09-04 | 35.0 MB | |
| README.md | 2026-09-03 | 2.0 kB | |
| v0.331.0 source code.tar.gz | 2026-09-03 | 12.1 MB | |
| v0.331.0 source code.zip | 2026-09-03 | 19.8 MB | |
| Totals: 8 Items | 169.5 MB | 3 | |
Likely to cause new Flow errors:
- Fixed unsound subtyping of instances against indexer in interfaces (example).
- Flow will no longer emit
method-unbindingerrors and instead perform stricter this-type checking (example).
IDE:
- Improve the primary type displayed by hover
- Show a single type in
type-at-posand hover - Truncate oversized hover types and their reference lists
Library Definitions:
React.ReactElementnow matches latest type in@types/react. Added missingReact.JSX.Elementthat makes the type in@types/react.