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

react-autosize-textarea

Package Overview
Dependencies
Maintainers
7
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.4.1 to 0.4.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

## [v0.4.2](https://github.com/buildo/react-autosize-textarea/tree/v0.4.2) (2017-04-10)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.1...v0.4.2)
#### Fixes (bugs & defects):
- Last release broke support for React < 15.5 [#36](https://github.com/buildo/react-autosize-textarea/issues/36)
## [v0.4.1](https://github.com/buildo/react-autosize-textarea/tree/v0.4.1) (2017-04-10)

@@ -7,0 +14,0 @@ [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.0...v0.4.1)

6

package.json
{
"name": "react-autosize-textarea",
"version": "0.4.1",
"version": "0.4.2",
"description": "replacement for built-in textarea which auto resizes itself",

@@ -73,3 +73,2 @@ "main": "lib",

"peerDependencies": {
"prop-types": "^15.5.6",
"react": "^0.14.0 || ^15.0.0",

@@ -79,4 +78,5 @@ "react-dom": "^0.14.0 || ^15.0.0"

"dependencies": {
"autosize": "^3.0.15"
"autosize": "^3.0.15",
"prop-types": "^15.5.6"
}
}
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