Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kitajs/ts-html-plugin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitajs/ts-html-plugin

Typescript LSP extension to catch XSS vulnerabilities.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8.5K
increased by8.62%
Maintainers
1
Weekly downloads
 
Created
Source

Issues Stars License Speed Blazing

Latest Version Downloads JsDelivr Bundlephobia Packagephobia


  

🏛️
KitaJS Html TS Plugin


@kitajs/ts-html-plugin provides a Typescript LSP plugin to catch XSS vulnerabilities.


Table of Contents


Installing

npm install @kitajs/html @kitajs/ts-html-plugin # or yarn add @kitajs/html @kitajs/ts-html-plugin

Getting Started

Install @kitajs/ts-html-plugin alongside with @kitajs/html with your favorite package manager, and put this inside your tsconfig.json.

// tsconfig.json

{
  "compilerOptions": {
    "jsx": "react",
    "jsxFactory": "Html.createElement",
    "jsxFragmentFactory": "Html.Fragment",
    "plugins": [{ "name": "@kitajs/ts-html-plugin" }]
  }
}

JSX

For JSX support, please go to kitajs/html for more information.


FAQs

Package last updated on 15 Sep 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc