Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
16
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.2

2

package.json

@@ -15,3 +15,3 @@ {

"name": "@vaadin/vaadin-material-styles",
"version": "1.3.0",
"version": "1.3.2",
"main": "all-imports.js",

@@ -18,0 +18,0 @@ "author": "Vaadin Ltd",

@@ -1,2 +0,2 @@

import './font-roboto.js';
/* Import Roboto from Google Fonts */
/* MAGI REMOVE START */

@@ -12,5 +12,5 @@ /*

import '@polymer/polymer/lib/elements/dom-module.js';
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = html`<custom-style>
$_documentContainer.innerHTML = `<custom-style>
<style>

@@ -127,1 +127,7 @@ html {

/* MAGI REMOVE END */
/*
FIXME(polymer-modulizer): the above comments were extracted
from HTML and may be out of place here. Review them and
then delete this comment!
*/
;
class Material extends HTMLElement {
static get version() {
return '1.3.0';
return '1.3.2';
}

@@ -5,0 +5,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc