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

@vaadin/message-input

Package Overview
Dependencies
Maintainers
0
Versions
431
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/message-input - npm Package Compare versions

Comparing version

to
24.7.0-alpha2

18

package.json
{
"name": "@vaadin/message-input",
"version": "24.7.0-alpha1",
"version": "24.7.0-alpha2",
"publishConfig": {

@@ -40,12 +40,12 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/button": "24.7.0-alpha1",
"@vaadin/component-base": "24.7.0-alpha1",
"@vaadin/text-area": "24.7.0-alpha1",
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha1",
"@vaadin/vaadin-material-styles": "24.7.0-alpha1",
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha1",
"@vaadin/button": "24.7.0-alpha2",
"@vaadin/component-base": "24.7.0-alpha2",
"@vaadin/text-area": "24.7.0-alpha2",
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha2",
"@vaadin/vaadin-material-styles": "24.7.0-alpha2",
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha2",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.7.0-alpha1",
"@vaadin/chai-plugins": "24.7.0-alpha2",
"@vaadin/testing-helpers": "^1.0.0",

@@ -58,3 +58,3 @@ "sinon": "^18.0.0"

],
"gitHead": "04be941c9a7b659871c97f31b9cc3ffd7528087b"
"gitHead": "e2523f9b4abc5a9586fb758166f823dc40c399dd"
}

@@ -119,11 +119,2 @@ /**

// With Lit version, input element renders asynchronously and it will
// override the `rows` attribute set to `1` in the `minRows` observer.
// Workaround: perform update twice to run the observer synchronously.
// TODO: needs https://github.com/vaadin/web-components/pull/8168
if (textarea.performUpdate) {
textarea.performUpdate();
textarea.performUpdate();
}
const input = textarea.inputElement;

@@ -130,0 +121,0 @@

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/message-input",
"version": "24.7.0-alpha1",
"version": "24.7.0-alpha2",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/message-input",
"version": "24.7.0-alpha1",
"version": "24.7.0-alpha2",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",