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.52.0 to 0.53.0

22

index.d.ts

@@ -247,2 +247,7 @@ /// <reference lib="dom" />

/**
* Defines a human readable text alternative of aria-colindex.
* @see aria-rowindextext.
*/
'aria-colindextext'?: string;
/**
* Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

@@ -265,2 +270,7 @@ * @see aria-colindex @see aria-rowspan.

/**
* Defines a string value that describes or annotates the current element.
* @see related aria-describedby.
*/
'aria-description'?: string;
/**
* Identifies the element that provides a detailed, extended description for the object.

@@ -392,2 +402,7 @@ * @see aria-describedby.

/**
* Defines a human readable text alternative of aria-rowindex.
* @see aria-colindextext.
*/
'aria-rowindextext'?: string;
/**
* Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

@@ -557,2 +572,3 @@ * @see aria-rowindex @see aria-colspan.

is?: string
popover?: boolean | 'auto' | 'manual' | ''
}

@@ -994,2 +1010,4 @@

value?: number | string;
popovertarget?: string
popovertargetaction?: 'hide' | 'show' | 'toggle'
}

@@ -1114,3 +1132,3 @@

capture?: boolean | 'user' | 'environment' | ''
checked?: boolean | 'checked' | '';
checked?: boolean | '';
crossOrigin?: boolean | '' | 'anonymous' | 'use-credentials';

@@ -1166,2 +1184,4 @@ disabled?: boolean | '';

width?: number | string
popovertarget?: string
popovertargetaction?: 'hide' | 'show' | 'toggle'
onchange?: ChangeEventHandler<HTMLInputElement>

@@ -1168,0 +1188,0 @@ }

17

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

@@ -34,4 +34,5 @@ "type": "module",

"@babel/helper-module-imports": "^7.21.4",
"@babel/helper-plugin-utils": "^7.21.5",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/types": "^7.22.3",
"@babel/types": "^7.22.4",
"csstype": "^3.1.2",

@@ -47,6 +48,6 @@ "html-tags": "^3.3.1",

"@babel/preset-typescript": "^7.21.5",
"@evilmartians/lefthook": "^1.4.0",
"@evilmartians/lefthook": "^1.4.1",
"@jest/globals": "^29.5.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@size-limit/preset-small-lib": "^8.2.4",

@@ -57,6 +58,6 @@ "@testing-library/dom": "^9.3.0",

"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"babel-jest": "^29.5.0",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"fs-extra": "^11.1.1",

@@ -67,3 +68,3 @@ "jest": "^29.5.0",

"size-limit": "^8.2.4",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},

@@ -70,0 +71,0 @@ "files": [

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