Socket
Socket
Sign inDemoInstall

@material/mwc-base

Package Overview
Dependencies
1
Maintainers
13
Versions
721
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.2.0

form-element.d.ts

7

component-element.js

@@ -36,4 +36,3 @@ /**

async ready() {
super.ready();
async firstUpdated() {
if (this._asyncComponent) {

@@ -46,3 +45,3 @@ await afterNextRender();

_makeComponent() {
this._componentRoot = this._root.querySelector(this.constructor.componentSelector);
this._componentRoot = this.shadowRoot.querySelector(this.constructor.componentSelector);
this._component = new (this.constructor.ComponentClass)(this._componentRoot);

@@ -65,2 +64,2 @@ if (this._resolveComponentPromise) {

}
}
}

@@ -30,5 +30,5 @@ /**

ready() {
super.ready();
this._formElement = this._root.querySelector(this.constructor.formElementSelector);
firstUpdated() {
super.firstUpdated();
this._formElement = this.shadowRoot.querySelector(this.constructor.formElementSelector);
}

@@ -54,2 +54,2 @@

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

@@ -14,3 +14,3 @@ "scripts": {

"dependencies": {
"@polymer/lit-element": "^0.5.2"
"@polymer/lit-element": "^0.6.0"
},

@@ -17,0 +17,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc