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
482
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 22.0.14 to 22.0.15

4

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

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

},
"gitHead": "62419e3f8f41fe9dc4f0bce5e1717b16828459b6"
"gitHead": "bba021b56ba45da93d2bb980242956ad929ecfe2"
}

@@ -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 @@

@@ -56,3 +56,3 @@ /**

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

@@ -172,3 +172,3 @@ }

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

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