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.4 to 4.2.5

4

jsx-runtime.js

@@ -33,3 +33,3 @@ /// <reference path="./jsx.d.ts" />

const contents = contentToString(attrs.children, !!attrs.safe);
const contents = contentToString(attrs.children, attrs.safe);

@@ -65,3 +65,3 @@ if (contents instanceof Promise) {

const contents = contentsToString(attrs.children, !!attrs.safe);
const contents = contentsToString(attrs.children, attrs.safe);

@@ -68,0 +68,0 @@ if (contents instanceof Promise) {

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

manifest?: undefined | string;
xmlns?: string | string;
}

@@ -259,0 +260,0 @@

{
"name": "@kitajs/html",
"version": "4.2.4",
"version": "4.2.5",
"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.5",
"@types/node": "^22.9.0",
"c8": "^10.1.2",

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

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

@@ -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