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
110
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.51.0 to 0.52.0-beta.0

extensions/className/index.cjs

24

index.d.ts

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

yChannelSelector?: 'R' | 'G' | 'B' | 'A'
/** @deprecated Not Supported */
'xlink:actuate'?: 'onLoad'
/** @deprecated Not Supported */
/** @deprecated */
'xlink:actuate'?: 'onLoad' | 'onRequest' | 'other' | 'none'
/** @deprecated */
'xlink:arcrole'?: string

@@ -843,3 +843,3 @@ /**

'xlink:href'?: string
/** @deprecated Not Supported */
/** @deprecated */
'xlink:show'?: 'new' | 'replace' | 'embed' | 'other' | 'none'

@@ -851,10 +851,16 @@ /**

'xlink:title'?: string
/** @deprecated Not Supported */
'xlink:type'?: 'simple'
/** @deprecated Not Supported */
/** @deprecated */
'xlink:type'?: 'simple' | 'extended' | 'locator' | 'arc' | 'resource' | 'title' | 'none'
/** @deprecated */
'xlink:role'?: string
/** @deprecated Not Supported */
/** @deprecated */
'xlink:label'?: string
/** @deprecated */
'xlink:from'?: string
/** @deprecated */
'xlink:to'?: string
/** @deprecated */
'xml:base'?: string
/**
* Not Supported. There is also a `lang` attribute (without namespace)
* There is also a `lang` attribute (without namespace)
* @deprecated

@@ -861,0 +867,0 @@ */

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

@@ -20,2 +20,7 @@ "type": "module",

},
"./extensions/*": {
"types": "./extensions/*.d.ts",
"import": "./extensions/*.js",
"require": "./extensions/*.cjs"
},
"./babel-preset": "./babel-preset/index.cjs",

@@ -69,2 +74,3 @@ "./package.json": "./package.json"

"babel-preset",
"extensions",
"jsx-runtime",

@@ -71,0 +77,0 @@ "index.d.ts"

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