Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-themable-mixin

Package Overview
Dependencies
Maintainers
15
Versions
440
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.4.0 to 1.4.1

4

package.json

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

"name": "@vaadin/vaadin-themable-mixin",
"version": "1.4.0",
"version": "1.4.1",
"main": "vaadin-themable-mixin.js",

@@ -33,3 +33,3 @@ "author": "Vaadin Ltd",

"devDependencies": {
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",

@@ -36,0 +36,0 @@ "wct-browser-legacy": "^1.0.1"

@@ -57,3 +57,3 @@ import { DomModule } from '@polymer/polymer/lib/elements/dom-module.js';

static _includeStyle(moduleName, template) {
if (template && !template.content.querySelector(`style[include=${moduleName}]`)) {
if (template && !template.content.querySelector(`style[include="${moduleName}"]`)) {
const styleEl = document.createElement('style');

@@ -60,0 +60,0 @@ styleEl.setAttribute('include', moduleName);

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