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

@vaadin/vaadin-themable-mixin

Package Overview
Dependencies
Maintainers
14
Versions
479
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-themable-mixin - npm Package Compare versions

Comparing version 23.0.9 to 23.0.10

4

package.json
{
"name": "@vaadin/vaadin-themable-mixin",
"version": "23.0.9",
"version": "23.0.10",
"publishConfig": {

@@ -43,3 +43,3 @@ "access": "public"

},
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3"
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3"
}

@@ -14,3 +14,3 @@ /**

export declare function ThemableMixin<T extends Constructor<HTMLElement>>(
base: T
base: T,
): T & Constructor<ThemableMixinClass> & Constructor<ThemePropertyMixinClass>;

@@ -17,0 +17,0 @@

@@ -55,3 +55,3 @@ /**

include: options.include,
moduleId: options.moduleId
moduleId: options.moduleId,
});

@@ -165,3 +165,3 @@ }

// Map moduleId to includePriority
includePriority: getIncludePriority(theme.moduleId)
includePriority: getIncludePriority(theme.moduleId),
}))

@@ -168,0 +168,0 @@ // Sort by includePriority

@@ -9,3 +9,3 @@ /**

export declare function ThemePropertyMixin<T extends Constructor<HTMLElement>>(
base: T
base: T,
): T & Constructor<ThemePropertyMixinClass>;

@@ -12,0 +12,0 @@

@@ -32,4 +32,4 @@ /**

type: String,
readOnly: true
}
readOnly: true,
},
};

@@ -36,0 +36,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