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 3.1.0 to 3.2.0

9

lib/TextareaAutosize.js

@@ -207,3 +207,12 @@ /**

}
/**
* Shifts focus away from a <textarea /> DOM element.
*/
}, {
key: 'blur',
value: function blur() {
this._rootDOMNode.blur();
}
}, {
key: 'value',

@@ -210,0 +219,0 @@ get: function get() {

2

package.json
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "3.1.0",
"version": "3.2.0",
"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