New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
14
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-material-styles - npm Package Compare versions

Comparing version 23.2.0-alpha3 to 23.2.0-alpha4

6

font-icons.js

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

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