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.1 to 0.3.2

4

lib/TextareaAutosize.js

@@ -84,5 +84,7 @@ 'use strict';

var children = _props.children;
var onResize = _props.onResize;
var props = _objectWithoutProperties(_props, ['children']);
var props = _objectWithoutProperties(_props, ['children', 'onResize']);
// eslint-disable-line no-unused-vars
return _react2['default'].createElement(

@@ -89,0 +91,0 @@ 'textarea',

{
"name": "react-autosize-textarea",
"version": "0.3.1",
"version": "0.3.2",
"description": "replacement for built-in textarea which auto resizes itself",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -53,3 +53,3 @@ import React from 'react';

render() {
const { children, ...props } = this.props;
const { children, onResize, ...props } = this.props; // eslint-disable-line no-unused-vars
return (

@@ -56,0 +56,0 @@ <textarea {...props} ref='textarea'>

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