
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.
@solid-soda/tsn
Advanced tools
[](https://github.com/solid-soda/scripts)
No-effort way to compile TypeScript with absolute import replacing.
yarn add -D @solid-soda/tsn
yarn tsn
You are fabulous!
Imagine! You want to write TypeScript code, make really great things and use absolute imports. But, Node.js doesn't know about your absolute imports. Just use this task 🌚
You can install it locally:
yarn add -D @solid-soda/tsn
yarn tsn
or, if you prefer npm:
npm i --save-dev @solid-soda/tsn
npm run tsn
And you can use it by dlx/npx:
yarn dlx @solid-soda/tsn
or, if you prefer npm/yarn@classic
npx @solid-soda/tsn
If you want to pass custom tsconfig.json to script, you can easily do it with arguments:
yarn tsn tsconfig.custom.json
If you using ts-node and want check code with absolute imports without compilation, you can use runtime-helper.
ts-node --project tsconfig.json -r @solid-soda/tsn YOUR_CODE.ts
FAQs
[](https://github.com/solid-soda/scripts)
We found that @solid-soda/tsn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.