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.36.1 to 0.36.2

6

index.d.ts

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

src?: string
step?: number | string;
step?: Numeric
type?: HTMLInputTypeAttribute;

@@ -1164,4 +1164,4 @@ value?: number | string;

interface ProgressHTMLAttributes extends HTMLAttributes<HTMLProgressElement> {
max?: number | string;
value?: number | string;
max?: Numeric;
value?: Numeric;
}

@@ -1168,0 +1168,0 @@

{
"name": "jsx-dom-runtime",
"version": "0.36.1",
"version": "0.36.2",
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM",

@@ -61,7 +61,7 @@ "type": "module",

"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"rollup": "^3.21.4",
"rollup": "^3.21.5",
"size-limit": "^8.2.4",

@@ -68,0 +68,0 @@ "typescript": "^5.0.4"

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