🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@vaadin/component-base

Package Overview
Dependencies
Maintainers
12
Versions
605
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/component-base - npm Package Compare versions

Comparing version
25.0.12
to
25.0.13
+4
-4
package.json
{
"name": "@vaadin/component-base",
"version": "25.0.12",
"version": "25.0.13",
"publishConfig": {

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

"devDependencies": {
"@vaadin/chai-plugins": "~25.0.12",
"@vaadin/test-runner-commands": "~25.0.12",
"@vaadin/chai-plugins": "~25.0.13",
"@vaadin/test-runner-commands": "~25.0.13",
"@vaadin/testing-helpers": "^2.0.0",
"sinon": "^21.0.0"
},
"gitHead": "4da2fac35ba4a02254c6e18c8392fa445d873d13"
"gitHead": "6fc4c433cd2462ec37c79fb947262cb672d7852d"
}

@@ -16,3 +16,3 @@ /**

export function defineCustomElement(CustomElement, version = '25.0.12') {
export function defineCustomElement(CustomElement, version = '25.0.13') {
Object.defineProperty(CustomElement, 'version', {

@@ -19,0 +19,0 @@ get() {

@@ -25,5 +25,3 @@ /**

inherits: true,
// Use this initial value so the color stays visible when the property
// is set to an invalid value to make debugging a bit easier.
initialValue: 'light-dark(black, white)',
initialValue: 'transparent',
});

@@ -30,0 +28,0 @@ });