
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@babel/plugin-syntax-flow
Advanced tools
Allow parsing of the flow syntax
See our website @babel/plugin-syntax-flow for more information.
Using npm:
npm install --save-dev @babel/plugin-syntax-flow
or using yarn:
yarn add @babel/plugin-syntax-flow --dev
Similar to @babel/plugin-syntax-flow, but as a preset, it includes not only the syntax plugin but also plugins for transforming Flow annotations. This makes it a more comprehensive solution for projects using Flow.
While not a Babel plugin, flow-bin is the official Flow CLI that can be used for type checking Flow-typed JavaScript files. It serves a different purpose by providing the type checking itself, whereas @babel/plugin-syntax-flow only enables Babel to parse Flow syntax.
TypeScript is a superset of JavaScript that adds static types. It serves a similar purpose to Flow but is a different ecosystem. TypeScript has its own compiler and Babel can be configured to strip TypeScript types, similar to how @babel/plugin-syntax-flow works for Flow.
FAQs
Allow parsing of the flow syntax
The npm package @babel/plugin-syntax-flow receives a total of 15,266,946 weekly downloads. As such, @babel/plugin-syntax-flow popularity was classified as popular.
We found that @babel/plugin-syntax-flow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.