New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-html-props

Package Overview
Dependencies
Maintainers
1
Versions
46
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.14 to 1.0.15

4

package.json
{
"name": "react-html-props",
"version": "1.0.14",
"version": "1.0.15",
"author": "Justin Mahar <contact@justinmahar.com>",
"description": "Convenience TypeScript type definitions for all HTML element props.",
"description": "Convenient TypeScript types for all HTML element React props.",
"homepage": "https://github.com/justinmahar/react-html-props",

@@ -7,0 +7,0 @@ "main": "./dist/index.js",

@@ -5,3 +5,3 @@ <h2 align="center">

<h3 align="center">
Convenience TypeScript type definitions for all HTML element props.
Convenient TypeScript types for all HTML element React props.
</h3>

@@ -18,3 +18,3 @@ <p align="center">

This package includes convenience [TypeScript](https://www.typescriptlang.org/) type definitions for all `React.HTMLAttributes` for all HTML element types.
This package includes convenient [TypeScript](https://www.typescriptlang.org/) type definitions for all `React.HTMLAttributes`, for all HTML element types.

@@ -27,3 +27,3 @@ For example, this allows you to specify `DivProps` instead of `React.HTMLAttributes<HTMLDivElement>`. Because nobody wants to type all of that. 😁

- **🛩️ TypeScript types for all HTML element props**
- **🧩 TypeScript types for all HTML element props**
- Easily reference props for any HTML element with simple names like `DivProps`.

@@ -30,0 +30,0 @@ - **🧠 Easy to remember**

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