Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-themable-mixin

Package Overview
Dependencies
Maintainers
16
Versions
441
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 1.6.1 to 1.6.2

4

package.json

@@ -12,3 +12,3 @@ {

"name": "@vaadin/vaadin-themable-mixin",
"version": "1.6.1",
"version": "1.6.2",
"main": "vaadin-themable-mixin.js",

@@ -26,2 +26,4 @@ "author": "Vaadin Ltd",

"resolutions": {
"es-abstract": "1.17.6",
"@types/doctrine": "0.0.3",
"inherits": "2.0.3",

@@ -28,0 +30,0 @@ "samsam": "1.1.3",

@@ -61,4 +61,4 @@ import '@polymer/polymer/lib/elements/dom-module.js';

<template>
${moduleIncludes.map(include => `<style include=${include}></style>`)}
${styles.map(style => `<style include=${styleMap[style]}></style>`)}
${moduleIncludes.map(include => `<style include=${include}></style>`)}
</template>

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