
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
vite-ts-decorators
Advanced tools
This is a Vite plugin for transforming TypeScript files that use decorators.
pnpm add vite-ts-decorators
// vite.config.ts
import { defineConfig } from 'vite';
import tsDecorators from 'vite-ts-decorators';
export default defineConfig({
plugins: [
tsDecorators()
]
});
export interface ViteDecoratorsOptions {
tsconfig?: string;
cwd?: string;
force?: boolean;
srcDir?: string;
}
We welcome contributions to improve this SDK! To get started:
git checkout -b feature-name
).git commit -m "Add feature X"
).git push origin feature-name
).This project was bootstrapped with esbuild-decorators by anatine
This SDK is released under the MIT License. You’re free to use, modify, and distribute this project. See the LICENSE
file for more details.
FAQs
A Vite plugin for transforming TypeScript code with decorators
The npm package vite-ts-decorators receives a total of 255 weekly downloads. As such, vite-ts-decorators popularity was classified as not popular.
We found that vite-ts-decorators demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.