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

react-autosize-textarea

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autosize-textarea - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

LICENSE.txt

3

examples/examples.js
import React from 'react';
import ReactDOM from 'react-dom';
import TextareaAutosize from '../src/TextareaAutosize';

@@ -41,2 +42,2 @@

React.render(<Example />, document.getElementById('container'));
ReactDOM.render(<Example />, document.getElementById('container'));
{
"name": "react-autosize-textarea",
"version": "0.3.0",
"version": "0.3.1",
"description": "replacement for built-in textarea which auto resizes itself",

@@ -54,3 +54,3 @@ "main": "index.js",

"react": "^0.14",
"react-addons-test-utils": "^0.14.8",
"react-addons-test-utils": "^0.14.8 || ^15.0.0",
"react-dom": "^0.14",

@@ -62,4 +62,4 @@ "require-dir": "^0.3.0",

"peerDependencies": {
"react": "^0.14",
"react-dom": "^0.14"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},

@@ -66,0 +66,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

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