
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@hustle/flow-to-ts
Advanced tools
[](https://github.com/Khan/flow-to-ts/actions) [](https://codecov.io/gh/Khan/flow-to-ts) [![n
Convert Flow code to TypeScript.
:warning: This is a WIP and many things still do not work properly. There may also be the odd regression from time to time as work progresses.
The goal of this project is to provide a tool that can translate 95% of Flow
to TypeScript while maintaining a high percentage of the existing type
information. We don't want to convert code and end up with everything using
any
. We also want to avoid having to make a lot of manual changes to files
afterwards, e.g. changing SyntheticEvent
to React.Event
.
yarn global add @khanacademy/flow-to-ts
flow-to-ts [options] <file globs>
For a comprehensive list of available options, please check out the CLI code.
https://flow-to-ts.netlify.com
any
when possible and provide a gentle warning%checks
), remove the syntax
and provide a forceful warning that the code in question will need a human
to convert it manually.Bug reports for converting Flow to TypeScript should include a link to the playground with an example of a minimal reproducible example of the bug.
Feature requests are welcome.
Please make sure there is a GitHub issue first before creating a pull request except for small things. Also, please sign our Contributor License Agreement.
Pull requests that fix a bug in the conversion code should include one or more test cases and should have 100% diff coverage.
git clone git@github.com:Khan/flow-to-ts.git
cd flow-to-ts
git submodule update --depth 1 --init -- babel
cd babel
yarn
cd ..
yarn
yarn test
FAQs
[](https://github.com/Khan/flow-to-ts/actions) [](https://codecov.io/gh/Khan/flow-to-ts) [![n
The npm package @hustle/flow-to-ts receives a total of 0 weekly downloads. As such, @hustle/flow-to-ts popularity was classified as not popular.
We found that @hustle/flow-to-ts demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.