
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
steercode-tagger
Advanced tools
A Vite plugin that automatically adds data attributes to JSX/TSX components for easier debugging, tracking, and analytics.
npm install steercode-tagger
Add the plugin to your Vite configuration:
// vite.config.js or vite.config.ts
import { defineConfig } from 'vite';
import { componentTagger } from 'steercode-tagger';
export default defineConfig({
plugins: [
componentTagger(),
// ... other plugins
],
});
This plugin automatically adds data attributes to your JSX/TSX components:
data-steer-id: A unique identifier for each componentdata-steer-name: The name of the componentdata-component-path: File path (for legacy compatibility)data-component-line: Line number (for legacy compatibility)data-component-file: File name (for legacy compatibility)data-component-name: Component name (for legacy compatibility)data-component-content: Content information (for legacy compatibility)These attributes make it easier to:
The plugin works out of the box with no configuration needed. It automatically detects JSX/TSX files and adds the appropriate attributes.
MIT
FAQs
Vite plugin for component tagging and tracking
We found that steercode-tagger demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.