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

@types/react-input-autosize

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-input-autosize - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

react-input-autosize/index.d.ts

@@ -8,5 +8,7 @@ // Type definitions for react-input-autosize 2.2

import * as React from 'react';
import * as React from "react";
export interface AutosizeInputProps extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement> {
export interface AutosizeInputProps
extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement>
{
inputClassName?: string | undefined;

@@ -13,0 +15,0 @@ inputRef?: ((instance: HTMLInputElement | null) => void) | undefined;

{
"name": "@types/react-input-autosize",
"version": "2.2.1",
"version": "2.2.2",
"description": "TypeScript definitions for react-input-autosize",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-input-autosize",

},
"typesPublisherContentHash": "d5f25ff36f0f961c30c34d0be5fc4e821a956d2f7d707fa568d34301c82f8e98",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "ceb221c1176f950cde0dd1c57cd9c8725f2f3efa13eb2a78b1342752e953ac2d",
"typeScriptVersion": "4.5"
}

@@ -18,5 +18,7 @@ # Installation

import * as React from 'react';
import * as React from "react";
export interface AutosizeInputProps extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement> {
export interface AutosizeInputProps
extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement>
{
inputClassName?: string | undefined;

@@ -42,3 +44,3 @@ inputRef?: ((instance: HTMLInputElement | null) => void) | undefined;

### Additional Details
* Last updated: Wed, 07 Jul 2021 17:33:45 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -45,0 +47,0 @@ * Global values: none

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