🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vaadin/input-container

Package Overview
Maintainers
12
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/input-container - npm Package Compare versions

Source code not available
We could not scan this package. Some page functionalities have been disabled
Comparing version
25.3.0-alpha7
to
25.3.0-dev.1fa5a51482
+7
-0
custom-elements.json

@@ -84,2 +84,9 @@ {

"fieldName": "readonly"
},
{
"type": {
"text": "string"
},
"description": "The theme variants to apply to the component.",
"name": "theme"
}

@@ -86,0 +93,0 @@ ],

+10
-10
{
"name": "@vaadin/input-container",
"version": "25.3.0-alpha7",
"version": "25.3.0-dev.1fa5a51482",
"publishConfig": {

@@ -34,18 +34,18 @@ "access": "public"

"dependencies": {
"@vaadin/component-base": "25.3.0-alpha7",
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/aura": "25.3.0-alpha7",
"@vaadin/chai-plugins": "25.3.0-alpha7",
"@vaadin/icon": "25.3.0-alpha7",
"@vaadin/icons": "25.3.0-alpha7",
"@vaadin/test-runner-commands": "25.3.0-alpha7",
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
"@vaadin/icon": "25.3.0-dev.1fa5a51482",
"@vaadin/icons": "25.3.0-dev.1fa5a51482",
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
"sinon": "^22.0.0"
},
"customElements": "custom-elements.json",
"gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
}

@@ -15,2 +15,3 @@ /**

/**
* @attr {string} theme - The theme variants to apply to the component.
* @customElement vaadin-input-container

@@ -17,0 +18,0 @@ * @extends HTMLElement