
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.
@snowpack/plugin-typescript
Advanced tools
This plugin adds TypeScript type checking to any Snowpack project.
This plugin adds TypeScript type checking to any Snowpack project.
When developing or building your site with Snowpack, this plugin will run TypeScript's tsc CLI in your project and pipe the output through Snowpack. Works with all version of TypeScript, as long as TypeScript is installed separately in your project.
npm i @snowpack/plugin-typescript typescript
Then add the plugin to your Snowpack config:
// snowpack.config.js
module.exports = {
plugins: ['@snowpack/plugin-typescript'],
};
| Name | Type | Description |
|---|---|---|
tsc | string | Optional custom tsc command. For example, you can use TypeScript compiler by specifying: tsc: "tsc". |
args | string | Optional arguments to pass to the tsc CLI. For example, you can configure a custom project directory (with a custom tsconfig.json file) using args: "--project ./your/custom/path". |
FAQs
This plugin adds TypeScript type checking to any Snowpack project.
We found that @snowpack/plugin-typescript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.