Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
19
Versions
425
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 21.0.0-alpha1 to 21.0.0-alpha10

7

gulpfile.js

@@ -123,2 +123,9 @@ /* eslint-env node */

const list = glyphs.map((g) => g.name);
fs.writeFile('test/glyphs.json', JSON.stringify(list, null, 2), function (err) {
if (err) {
return console.error(err);
}
});
// Cleanup

@@ -125,0 +132,0 @@ fs.unlink('material-icons.woff', function (err) {

6

package.json
{
"name": "@vaadin/vaadin-material-styles",
"version": "21.0.0-alpha1",
"version": "21.0.0-alpha10",
"description": "Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.",

@@ -34,3 +34,3 @@ "main": "all-imports.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha1"
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha10"
},

@@ -47,3 +47,3 @@ "devDependencies": {

},
"gitHead": "8542c7dadc4c86e454a48613f0f2d027dcb5aa86"
"gitHead": "9e75b3416edc041e35720c29a842423a1da66e60"
}

@@ -8,3 +8,3 @@ /**

static get version() {
return '21.0.0-alpha1';
return '21.0.0-alpha10';
}

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