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

react-autosize-textarea

Package Overview
Dependencies
Maintainers
9
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.6 to 0.4.7

react-autosize-textarea.d.ts

7

CHANGELOG.md

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

## [v0.4.7](https://github.com/buildo/react-autosize-textarea/tree/v0.4.7) (2017-07-03)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.6...v0.4.7)
#### Fixes (bugs & defects):
- JSX element type 'TextareaAutosize' is not a constructor function for JSX elements. [#56](https://github.com/buildo/react-autosize-textarea/issues/56)
## [v0.4.6](https://github.com/buildo/react-autosize-textarea/tree/v0.4.6) (2017-06-27)

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

9

package.json
{
"name": "react-autosize-textarea",
"version": "0.4.6",
"version": "0.4.7",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "index.js",
"main": "lib",
"scripts": {

@@ -42,6 +42,5 @@ "test": "npm run build && ./node_modules/karma/bin/karma start",

"examples",
"index.js",
"index.d.ts"
"react-autosize-textarea.d.ts"
],
"typings": "./index.d.ts",
"typings": "react-autosize-textarea.d.ts",
"homepage": "https://github.com/buildo/react-autosize-textarea",

@@ -48,0 +47,0 @@ "devDependencies": {

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