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.4 to 0.3.5

4

base-element.d.ts

@@ -17,6 +17,6 @@ /**

*/
import { LitElement } from '@polymer/lit-element';
import { LitElement } from 'lit-element';
import { TemplateResult } from 'lit-html';
export { TemplateResult };
export * from '@polymer/lit-element';
export * from 'lit-element';
export { classMap } from 'lit-html/directives/class-map.js';

@@ -23,0 +23,0 @@ export { observer } from './observer.js';

@@ -17,6 +17,6 @@ /**

*/
import { LitElement } from '@polymer/lit-element';
import { LitElement } from 'lit-element';
import { TemplateResult } from 'lit-html';
export { TemplateResult };
export * from '@polymer/lit-element';
export * from 'lit-element';
export { classMap } from 'lit-html/directives/class-map.js';

@@ -23,0 +23,0 @@ export { observer } from './observer.js';

{
"name": "@material/mwc-base",
"version": "0.3.4",
"version": "0.3.5",
"description": "",

@@ -11,4 +11,4 @@ "repository": {

"dependencies": {
"@polymer/lit-element": "^0.6.5",
"lit-html": "^1.0.0-rc.1"
"lit-element": "^2.0.0-rc.2",
"lit-html": "^1.0.0-rc.2"
},

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

@@ -18,6 +18,6 @@ /**

import {LitElement} from '@polymer/lit-element';
import {LitElement} from 'lit-element';
import {TemplateResult} from 'lit-html';
export {TemplateResult};
export * from '@polymer/lit-element';
export * from 'lit-element';
export {classMap} from 'lit-html/directives/class-map.js';

@@ -24,0 +24,0 @@ export {observer} from './observer.js';

@@ -17,3 +17,3 @@ /**

*/
import {PropertyValues} from '@polymer/lit-element/lib/updating-element';
import {PropertyValues} from 'lit-element/lib/updating-element';

@@ -20,0 +20,0 @@ export interface Observer {

Sorry, the diff of this file is not supported yet

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