Socket
Socket
Sign inDemoInstall

react-textarea-autosize

Package Overview
Dependencies
8
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.3 to 8.3.4

6

CHANGELOG.md
# react-textarea-autosize
## 8.3.4
### Patch Changes
- [#341](https://github.com/Andarist/react-textarea-autosize/pull/341) [`9124bbf`](https://github.com/Andarist/react-textarea-autosize/commit/9124bbf71e82d9123c5dff2c3b008d33a54fc884) Thanks [@rebelliard](https://github.com/rebelliard)! - Add React 18 to the allowed peer dependency range.
## 8.3.3

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

19

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

@@ -24,3 +24,5 @@ "autosize",

"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"author": "Andrey Popp <8mayday@gmail.com> (httsps://andreypopp.com/)",

@@ -46,8 +48,8 @@ "contributors": [

"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"use-composed-ref": "^1.0.0",
"use-latest": "^1.0.0"
"use-composed-ref": "^1.3.0",
"use-latest": "^1.2.1"
},

@@ -61,4 +63,4 @@ "devDependencies": {

"@babel/preset-typescript": "^7.10.4",
"@changesets/changelog-github": "^0.2.6",
"@changesets/cli": "^2.8.0",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@preconstruct/cli": "^2.0.5",

@@ -91,3 +93,4 @@ "@testing-library/jest-dom": "^5.9.0",

"node": ">=10"
}
},
"packageManager": "yarn@3.1.1"
}
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