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

react-textarea-autosize

Package Overview
Dependencies
Maintainers
2
Versions
99
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 4.0.0 to 4.0.1

2

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

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

@@ -10,4 +10,8 @@ # react-textarea-autosize

```javascript
var Textarea = require('react-textarea-autosize');
import Textarea from 'react-textarea-autosize';
// If you use CommonJS syntax:
//
// var Textarea = require('react-textarea-autosize').default;
React.renderComponent(

@@ -14,0 +18,0 @@ <div>

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