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

jsx-dom-runtime

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-dom-runtime - npm Package Compare versions

Comparing version 0.55.0 to 0.55.1

8

index.d.ts

@@ -45,5 +45,3 @@ /// <reference lib="dom" />

export interface FunctionComponent<P = {}, T extends JSX.Element = JSX.Element> {
(props: PropsWithChildren<P>): T | null
}
export type FunctionComponent<P = {}, T extends JSX.Element = JSX.Element> = JSX.FC<P, T>
export { FunctionComponent as FC };

@@ -958,2 +956,6 @@

interface FC<P = {}, T extends Element = Element> {
(props: PropsWithChildren<P>): T | null
}
interface HTMLAnchorElementAttributes extends HTMLAttributes<HTMLAnchorElement> {

@@ -960,0 +962,0 @@ download?: any;

{
"name": "jsx-dom-runtime",
"version": "0.55.0",
"version": "0.55.1",
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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