🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

@dxup/vanilla

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxup/vanilla

TypeScript plugin for Vanilla JS

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

@dxup/vanilla

version downloads license

This is a TypeScript plugin for Vanilla JS.

Installation

pnpm i -D @dxup/vanilla

Or you can install the VS Code extension for easier setup:

code --install-extension KazariEX.dxup

Usage

Add the following to your tsconfig.json:

{
  "compilerOptions": {
    "plugins": [
      { "name": "@dxup/vanilla" }
    ]
  }
}

Features

1. signature

Go to definition for signature parameters.

export default defineConfig({
  plugins: [{
    name: "testify",
    transform(code, id, options) {
      //                ^^^^^^^
    },
  }],
});

FAQs

Package last updated on 23 Dec 2025

Did you know?

Socket

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.

Install

Related posts