@vaadin/vaadin-material-styles
Advanced tools
Comparing version 23.2.0-alpha3 to 23.2.0-alpha4
@@ -8,5 +8,5 @@ /** | ||
const $_documentContainer = document.createElement('template'); | ||
const template = document.createElement('template'); | ||
$_documentContainer.innerHTML = ` | ||
template.innerHTML = ` | ||
<style> | ||
@@ -40,2 +40,2 @@ @font-face { | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild(template.content); |
{ | ||
"name": "@vaadin/vaadin-material-styles", | ||
"version": "23.2.0-alpha3", | ||
"version": "23.2.0-alpha4", | ||
"publishConfig": { | ||
@@ -23,3 +23,3 @@ "access": "public" | ||
"scripts": { | ||
"icons": "gulp icons" | ||
"icons": "gulp icons --gulpfile gulpfile.cjs" | ||
}, | ||
@@ -43,3 +43,3 @@ "files": [ | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha3" | ||
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha4" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "06e5875be93ca50da2846dafc65a8531010c0576" | ||
"gitHead": "cbf5f1d0f38ac9b81c65cf9ef5660182e176e598" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '23.2.0-alpha3'; | ||
return '23.2.0-alpha4'; | ||
} | ||
@@ -11,0 +11,0 @@ } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
42866
27
772
+ Added@vaadin/vaadin-themable-mixin@23.2.0-alpha4(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.2.0-alpha3(transitive)