Socket
Socket
Sign inDemoInstall

@material/mwc-base

Package Overview
Dependencies
2
Maintainers
13
Versions
721
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

4

base-element.d.ts

@@ -21,4 +21,4 @@ /**

export * from '@polymer/lit-element';
export { classMap } from 'lit-html/directives/classMap';
export { observer } from './observer';
export { classMap } from 'lit-html/directives/classMap.js';
export { observer } from './observer.js';
export interface Adapter {

@@ -25,0 +25,0 @@ [name: string]: Function;

@@ -21,4 +21,4 @@ /**

export * from '@polymer/lit-element';
export { classMap } from 'lit-html/directives/classMap';
export { observer } from './observer';
export { classMap } from 'lit-html/directives/classMap.js';
export { observer } from './observer.js';
;

@@ -25,0 +25,0 @@ export class BaseElement extends LitElement {

{
"name": "@material/mwc-base",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

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

"dependencies": {
"@polymer/lit-element": "^0.6.1"
"@polymer/lit-element": "^0.6.2",
"lit-html": "^0.12.0"
},

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

@@ -22,4 +22,4 @@ /**

export * from '@polymer/lit-element';
export {classMap} from 'lit-html/directives/classMap';
export {observer} from './observer';
export {classMap} from 'lit-html/directives/classMap.js';
export {observer} from './observer.js';

@@ -26,0 +26,0 @@ export interface Adapter {

Sorry, the diff of this file is not supported yet

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