Socket
Socket
Sign inDemoInstall

@material/mwc-base

Package Overview
Dependencies
Maintainers
13
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-base - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

7

base-element.d.ts

@@ -18,4 +18,2 @@ /**

import { LitElement } from 'lit-element';
import { TemplateResult } from 'lit-html';
export { TemplateResult };
export * from 'lit-element';

@@ -59,7 +57,2 @@ export { classMap } from 'lit-html/directives/class-map.js';

/**
* This function should be called in `render()` to add the styling for this
* component.
*/
abstract renderStyle(): TemplateResult;
/**
* Create and attach the MDC Foundation to the instance

@@ -66,0 +59,0 @@ */

2

base-element.js

@@ -18,4 +18,2 @@ /**

import { LitElement } from 'lit-element';
import { TemplateResult } from 'lit-html';
export { TemplateResult };
export * from 'lit-element';

@@ -22,0 +20,0 @@ export { classMap } from 'lit-html/directives/class-map.js';

2

package.json
{
"name": "@material/mwc-base",
"version": "0.3.5",
"version": "0.3.6",
"description": "",

@@ -5,0 +5,0 @@ "repository": {

@@ -19,4 +19,2 @@ /**

import {LitElement} from 'lit-element';
import {TemplateResult} from 'lit-html';
export {TemplateResult};
export * from 'lit-element';

@@ -81,8 +79,2 @@ export {classMap} from 'lit-html/directives/class-map.js';

/**
* This function should be called in `render()` to add the styling for this
* component.
*/
abstract renderStyle(): TemplateResult;
/**
* Create and attach the MDC Foundation to the instance

@@ -89,0 +81,0 @@ */

Sorry, the diff of this file is not supported yet

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