Socket
Socket
Sign inDemoInstall

@material/mwc-icon

Package Overview
Dependencies
Maintainers
13
Versions
722
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-icon - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

6

mwc-icon.js

@@ -22,7 +22,7 @@ /**

export class Icon extends LitElement {
_renderStyle() {
renderStyle() {
return style;
}
_render() {
return html`${this._renderStyle()}<slot></slot>`;
render() {
return html`${this.renderStyle()}<slot></slot>`;
}

@@ -29,0 +29,0 @@ }

{
"name": "@material/mwc-icon",
"version": "0.1.2",
"version": "0.2.0",
"description": "",

@@ -16,4 +16,4 @@ "main": "mwc-icon.js",

"dependencies": {
"@material/mwc-base": "^0.1.2",
"@polymer/lit-element": "^0.5.2"
"@material/mwc-base": "^0.2.0",
"@polymer/lit-element": "^0.6.0"
},

@@ -20,0 +20,0 @@ "devDependencies": {

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