Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/input-container

Package Overview
Dependencies
Maintainers
12
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/input-container - npm Package Compare versions

Comparing version 24.5.0-alpha5 to 24.5.0-alpha6

16

package.json
{
"name": "@vaadin/input-container",
"version": "24.5.0-alpha5",
"version": "24.5.0-alpha6",
"publishConfig": {

@@ -35,6 +35,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.5.0-alpha5",
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha5",
"@vaadin/vaadin-material-styles": "24.5.0-alpha5",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha5",
"@vaadin/component-base": "24.5.0-alpha6",
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha6",
"@vaadin/vaadin-material-styles": "24.5.0-alpha6",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha6",
"lit": "^3.0.0"

@@ -44,8 +44,8 @@ },

"@esm-bundle/chai": "^4.3.4",
"@vaadin/icon": "24.5.0-alpha5",
"@vaadin/icons": "24.5.0-alpha5",
"@vaadin/icon": "24.5.0-alpha6",
"@vaadin/icons": "24.5.0-alpha6",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae"
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
}

@@ -55,3 +55,5 @@ import '@vaadin/vaadin-lumo-styles/color.js';

opacity: 0;
transition: transform 0.15s, opacity 0.2s;
transition:
transform 0.15s,
opacity 0.2s;
transform-origin: 100% 0;

@@ -58,0 +60,0 @@ }

@@ -74,3 +74,5 @@ import '@vaadin/vaadin-material-styles/color.js';

transform: none;
transition: transform 0.175s, opacity 0.175s;
transition:
transform 0.175s,
opacity 0.175s;
}

@@ -77,0 +79,0 @@ `,

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