Socket
Socket
Sign inDemoInstall

babel-plugin-flow-react-proptypes

Package Overview
Dependencies
32
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
15Next

26.0.0

Diff

greenjello
published 25.1.0 •

Changelog

Source

25.1.0

Adds support for empty type - [#213]

greenjello
published 25.0.0 •

Changelog

Source

25.0.0

We now support and depend on babel 7 - [#211]

Version 24.1.2 is the latest version for users of babel 6.

#211

greenjello
published 24.1.2 •

Changelog

Source

24.1.2

Fixes deadCode for babel 7 [#154-c1]

greenjello
published 24.1.1 •

Changelog

Source

24.1.1

Fixes spread of imported type [#205]

greenjello
published 24.1.0 •

Changelog

Source

24.1.0

Supports $ReadOnlyArray [#203]

greenjello
published 24.0.1 •

Changelog

Source

24.0.1

Fixes rare error with propTypes spread [#199]

greenjello
published 24.0.0 •

Changelog

Source

24.0.0

Handle explicit proptypes and default props [#196]

greenjello
published 23.0.0 •

Changelog

Source

23.0.0

[opaque types are now supported][195], and are treated the same as other types, even outside of the file they're defined in.

export opaque type Foo = string;
greenjello
published 22.0.0 •

Changelog

Source

22.0.0

Support class components with intersection type annotations

type Props = { x: string };
class C extends React.Component<Props & { y: string }>{}
2345
15Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc