Socket
Socket
Sign inDemoInstall

react-textarea-autosize

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-textarea-autosize - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

10

lib/TextareaAutosize.js

@@ -28,6 +28,2 @@ 'use strict';

var _emptyFunction = require('react/lib/emptyFunction');
var _emptyFunction2 = _interopRequireWildcard(_emptyFunction);
var _calculateNodeHeight = require('./calculateNodeHeight');

@@ -37,2 +33,4 @@

var emptyFunction = function emptyFunction() {};
var TextareaAutosize = (function (_React$Component) {

@@ -195,4 +193,4 @@ function TextareaAutosize(props) {

value: {
onChange: _emptyFunction2['default'],
onHeightChange: _emptyFunction2['default'],
onChange: emptyFunction,
onHeightChange: emptyFunction,
useCacheForDOMMeasurements: false

@@ -199,0 +197,0 @@ },

2

package.json
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "2.5.0",
"version": "2.5.1",
"author": {

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

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