New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/textarea

Package Overview
Dependencies
Maintainers
0
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/textarea - npm Package Compare versions

Comparing version 5.5.2 to 5.6.0

16

CHANGELOG.md
# @atlaskit/textarea
## 5.6.0
### Minor Changes
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
dependency range for `react` and `react-dom` for `/platform` packages.
### Patch Changes
- Updated dependencies
## 5.5.2

@@ -4,0 +20,0 @@

2

dist/cjs/text-area.js

@@ -28,3 +28,3 @@ "use strict";

var packageName = "@atlaskit/textarea";
var packageVersion = "5.5.2";
var packageVersion = "5.6.0";
var analyticsParams = {

@@ -31,0 +31,0 @@ componentName: 'textArea',

@@ -13,3 +13,3 @@ import _extends from "@babel/runtime/helpers/extends";

const packageName = "@atlaskit/textarea";
const packageVersion = "5.5.2";
const packageVersion = "5.6.0";
const analyticsParams = {

@@ -16,0 +16,0 @@ componentName: 'textArea',

@@ -19,3 +19,3 @@ import _extends from "@babel/runtime/helpers/extends";

var packageName = "@atlaskit/textarea";
var packageVersion = "5.5.2";
var packageVersion = "5.6.0";
var analyticsParams = {

@@ -22,0 +22,0 @@ componentName: 'textArea',

{
"name": "@atlaskit/textarea",
"version": "5.5.2",
"version": "5.6.0",
"description": "A text area lets users enter long form text which spans over multiple lines.",

@@ -45,5 +45,5 @@ "publishConfig": {

"dependencies": {
"@atlaskit/analytics-next": "^10.0.0",
"@atlaskit/theme": "^12.11.0",
"@atlaskit/tokens": "^1.57.0",
"@atlaskit/analytics-next": "^10.1.0",
"@atlaskit/theme": "^12.12.0",
"@atlaskit/tokens": "^1.58.0",
"@babel/runtime": "^7.0.0",

@@ -53,3 +53,3 @@ "@emotion/react": "^11.7.1"

"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"@af/visual-regression": "*",
"@atlaskit/ds-lib": "^2.3.0",
"@atlaskit/ds-lib": "^2.4.0",
"@atlaskit/ssr": "*",

@@ -63,0 +63,0 @@ "@atlaskit/visual-regression": "*",

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