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.0.0 to 2.0.1

2

react-input-autosize/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for react-input-autosize 2.0

inputClassName?: string;
inputRef?: React.Ref<HTMLInputElement>;
inputRef?: (instance: HTMLInputElement | null) => void;
inputStyle?: React.CSSProperties;

@@ -15,0 +15,0 @@ minWidth?: string | number;

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

@@ -19,5 +19,7 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-input-autosize"
},

@@ -28,4 +30,4 @@ "scripts": {},

},
"typesPublisherContentHash": "8223ef68c5e9e13dbfda835acc1cb7369aff560fe766adfb3528a53fb60e6180",
"typesPublisherContentHash": "88f405d90696455c3560147d385570045e21f42f29a6ef708a5f9974cd029925",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-input-autosize (https://github.com/JedWatson/react-input-autosize#readme).
This package contains type definitions for react-input-autosize ( https://github.com/JedWatson/react-input-autosize#readme ).

@@ -12,4 +12,4 @@ # Details

Additional Details
* Last updated: Sat, 25 Aug 2018 01:04:12 GMT
* Dependencies: react
* Last updated: Fri, 24 May 2019 20:56:01 GMT
* Dependencies: @types/react
* Global values: none

@@ -16,0 +16,0 @@

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