
Security News
Microsoft Releases Open Source Toolkit for AI Agent Runtime Security
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.
@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)
The npm package @solid-soda/tsn receives a total of 13 weekly downloads. As such, @solid-soda/tsn popularity was classified as not popular.
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
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.

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.