Socket
Socket
Sign inDemoInstall

react-textarea-autosize

Package Overview
Dependencies
1
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.3 to 2.5.4

2

lib/calculateNodeHeight.js

@@ -42,3 +42,3 @@ 'use strict';

hiddenTextarea.setAttribute('style', sizingStyle + ';' + HIDDEN_TEXTAREA_STYLE);
hiddenTextarea.value = uiTextNode.value ? uiTextNode.value : '';
hiddenTextarea.value = uiTextNode.value || uiTextNode.placeholder || '';

@@ -45,0 +45,0 @@ var minHeight = -Infinity;

{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "2.5.3",
"version": "2.5.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Andrey Popp",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc