Socket
Socket
Sign inDemoInstall

react-textarea-autosize

Package Overview
Dependencies
9
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.2.0 to 8.3.0

6

CHANGELOG.md
# react-textarea-autosize
## 8.3.0
### Minor Changes
- [`a16a46d`](https://github.com/Andarist/react-textarea-autosize/commit/a16a46d5dc19772fbdc9f58481699b99b485b9a3) [#296](https://github.com/Andarist/react-textarea-autosize/pull/296) Thanks [@RDIL](https://github.com/RDIL)! - Allow React 17 in the specified peer dependency range.
## 8.2.0

@@ -4,0 +10,0 @@

9

package.json
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "8.2.0",
"version": "8.3.0",
"keywords": [

@@ -34,3 +34,3 @@ "autosize",

"docs:build": "parcel build example/index.html --out-dir example/dist",
"docs:publish": "npm run docs:build && cd example/dist && git init && git commit --allow-empty -m 'update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update docs' && git push git@github.com:andreypopp/react-textarea-autosize gh-pages --force",
"docs:publish": "npm run docs:build && cd example/dist && git init && git commit --allow-empty -m 'update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update docs' && git push git@github.com:Andarist/react-textarea-autosize gh-pages --force",
"clean": "rimraf dist",

@@ -46,3 +46,3 @@ "lint": "eslint --ext .js,.ts,.tsx src",

"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
},

@@ -86,3 +86,6 @@ "dependencies": {

"typescript": "^3.9.3"
},
"engines": {
"node": ">=10"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc