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

@kitajs/html

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitajs/html - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

2

jsx.d.ts

@@ -501,2 +501,4 @@ // This file is a result from many sources, including: RFCs, typescript dom lib, w3schools, and others.

align?: undefined | 'left' | 'center' | 'right';
/** @deprecated */
bgcolor?: undefined | string;
border?: undefined | number;

@@ -503,0 +505,0 @@ cellpadding?: undefined | number | string;

6

package.json
{
"name": "@kitajs/html",
"version": "4.2.3",
"version": "4.2.4",
"description": "Fast and type safe HTML templates using TypeScript.",

@@ -37,3 +37,3 @@ "homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",

"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"c8": "^10.1.2",

@@ -43,3 +43,3 @@ "jsdom": "^25.0.1",

"react-dom": "^18.3.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},

@@ -46,0 +46,0 @@ "engines": {

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