🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.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.1.3
to
25.1.4
+4
-4
package.json
{
"name": "@vaadin/component-base",
"version": "25.1.3",
"version": "25.1.4",
"publishConfig": {

@@ -41,4 +41,4 @@ "access": "public"

"devDependencies": {
"@vaadin/chai-plugins": "~25.1.3",
"@vaadin/test-runner-commands": "~25.1.3",
"@vaadin/chai-plugins": "~25.1.4",
"@vaadin/test-runner-commands": "~25.1.4",
"@vaadin/testing-helpers": "^2.0.0",

@@ -48,3 +48,3 @@ "sinon": "^21.0.2"

"customElements": "custom-elements.json",
"gitHead": "6faa3dbd92204cfda519d0146de376084234f560"
"gitHead": "5bb94117f8f8f1f23d57a3649b4f2454f75c7223"
}

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

export function defineCustomElement(CustomElement, version = '25.1.3') {
export function defineCustomElement(CustomElement, version = '25.1.4') {
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 @@ });