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

react-html-props

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-html-props - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

4

dist/index.d.ts

@@ -118,4 +118,4 @@ import * as React from 'react';

export declare type StylePropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
export declare type SVGProps = React.HTMLAttributes<SVGElement>;
export declare type SVGPropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<SVGElement>, SVGElement>;
export declare type SVGProps = React.HTMLAttributes<SVGSVGElement>;
export declare type SVGPropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<SVGSVGElement>, SVGSVGElement>;
export declare type TableProps = React.HTMLAttributes<HTMLTableElement>;

@@ -122,0 +122,0 @@ export declare type TablePropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableElement>, HTMLTableElement>;

{
"name": "react-html-props",
"version": "1.0.9",
"version": "1.0.10",
"author": "Justin Mahar <contact@justinmahar.com>",

@@ -5,0 +5,0 @@ "description": "Convenience TypeScript type definitions for all HTML element props.",

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