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 1.0.3 to 1.0.4

bower.json

6

example/index.js
var React = require('react');
var TextareaAutosize = require('../');
React.renderComponent(
new TextareaAutosize({defaultValue: (new Array(15)).join('\nLine.')}),
React.render(
React.createElement(
TextareaAutosize,
{defaultValue: (new Array(15)).join('\nLine.')}),
document.getElementById('main'));
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "1.0.3",
"version": "1.0.4",
"author": {

@@ -31,5 +31,4 @@ "name": "Andrey Popp",

"devDependencies": {
"browserify": "^5.10.0",
"react": "^0.11.1"
"jsxhint": "^0.5.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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