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.1.2 to 23.1.3

4

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

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

},
"gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56"
"gitHead": "3066c296ad0ef652bc49417005523398199f1bf2"
}

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

base: T,
): T & Constructor<ThemableMixinClass> & Constructor<ThemePropertyMixinClass>;
): Constructor<ThemableMixinClass> & Constructor<ThemePropertyMixinClass> & T;

@@ -34,3 +34,3 @@ export declare class ThemableMixinClass {

moduleId?: string;
include?: string | string[];
include?: string[] | string;
};

@@ -37,0 +37,0 @@

@@ -10,3 +10,3 @@ /**

base: T,
): T & Constructor<ThemePropertyMixinClass>;
): Constructor<ThemePropertyMixinClass> & T;

@@ -13,0 +13,0 @@ export declare class ThemePropertyMixinClass {

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